There is no route for the path: /action After External Login

I have a application that i’ve been developing for about a month, the authentication was one of the first tasks that i took care of, and it has been working fine. Today i went to test the app the the local authentication is working but whenever i use Google or Facebook login it always redirects to “http://localhost:3000/action” and because of that path doesn’t exists i get the following error:

There is no route for the path: /action

Any ideas on why is this happening?