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
Hi,
I am using devise_token_auth to authenticate an API of my web app, everything works fine on staging environment, but when I try to sign in to my API in production I got this error:
405 method not allowed
"errors": [
"Use POST /sign_in to sign in. GET is not supported."
]
I am not using any omniauth service, I read other people with a similar issue but they were trying to integrate to other service. Any clue of what is going wrong in the production environment?
The text was updated successfully, but these errors were encountered:
Hi,
I am using devise_token_auth to authenticate an API of my web app, everything works fine on staging environment, but when I try to sign in to my API in production I got this error:
I am not using any omniauth service, I read other people with a similar issue but they were trying to integrate to other service. Any clue of what is going wrong in the production environment?
The text was updated successfully, but these errors were encountered: