You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem seems to be caused by jbuilder. Changing the jbuilder gem source to the git master branch gem 'jbuilder', :git => 'git://github.com/rails/jbuilder.git' fixed the problem for me.
I used rails g devise_token_auth:install User auth so I have mount_devise_token_auth_for in my config/routes.rb. Like this
My gem:
When I request:
http://192.168.99.100:3000/api/v1/auth
( by POSTMAN )I get an errors:
Does anyone have any idea?
The text was updated successfully, but these errors were encountered: