I\'m trying to add oauth2 with Google, following these instructions.
I\'m receiving the following error message starting the server:
Exiting
You\'ve
I had a similar issue after code upgrade to new rails version, and the following comment helped me resolve it:
https://github.com/rails/spring/issues/610#issuecomment-578188439
Basically, disable spring loader in bin/rails stub, then run rails s until all the code issues are found and fixed, finally, enable spring back.