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
Request and response headers: these can be found in the "Network" tab of your browser's web inspector.
Rails Stacktrace: this can be found in the log/development.log of your API.
Environmental Info: How is your application different from the reference implementation? This may include (but is not limited to) the following details:
Routes: are you using some crazy namespace, scope, or constraint?
Gems: are you using MongoDB, Grape, RailsApi, ActiveAdmin, etc.?
I have debug the issue and found issue with app/controllers/devise_token_auth/concerns/set_user_by_token.rb.
Headers are not set that needs to be sent in further api calls.
When posting issues, please include the following information to speed up the troubleshooting process:
log/development.log
of your API.The text was updated successfully, but these errors were encountered: