Spring and middleware conflict?

后端 未结 5 1939
余生分开走
余生分开走 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:48

    First of all I am not Ruby On Rails Expert, so correct me if I am doing anything wrong with the below steps.

    The steps worked for me are below,

    from MacOS Terminal run the following..

    bin/spring binstub --remove --all

    ** Remove Your Cache folder under Vender (use Finder)

    bundle install.

    rails assets:precompile

提交回复
热议问题