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
I'm having this odd issue. I'm using djangorestframework-simplejwt==4.3.0 in my project and everything works fine. I deployed to elasticbeanstalk and worked for many days ok. Now I suddenly started getting this:
{
"detail": "Authentication credentials were not provided."
}
In postman, the same version of my code, in one enviroment it works fine and in the other I got that error. I don't know where to start to debug this. Any hints?
I'm sending
Bearer {{token}} in Authorization header, as usual.
The text was updated successfully, but these errors were encountered:
I'm having this odd issue. I'm using djangorestframework-simplejwt==4.3.0 in my project and everything works fine. I deployed to elasticbeanstalk and worked for many days ok. Now I suddenly started getting this:
{
"detail": "Authentication credentials were not provided."
}
In postman, the same version of my code, in one enviroment it works fine and in the other I got that error. I don't know where to start to debug this. Any hints?
I'm sending
Bearer {{token}} in Authorization header, as usual.
The text was updated successfully, but these errors were encountered: