Spring and middleware conflict?

后端 未结 5 1941
余生分开走
余生分开走 2020-12-18 08:11

I\'m trying to add oauth2 with Google, following these instructions.

I\'m receiving the following error message starting the server:

Exiting
You\'ve          


        
5条回答
  •  生来不讨喜
    2020-12-18 08:39

    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.

提交回复
热议问题