Spring and middleware conflict?

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

    This is what worked for me -

    I ran this on console - rake rails:update:bin

    then I ran bundle exec spring binstub --all

    I don't guarantee that this would work for all.

    Thanks :)

提交回复
热议问题