-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on Creating a post #51
Comments
@kushalkumarmv I think this is because you're not passing the Authorization header in your request (i.e. the JWT token) |
Please @kushalkumarmv , can you provide a cURL of the request you are sending? |
I faced same problem after I added in
error happened because my IDE also imported pagination.
|
|
when put the right credentials to post request ,it getting an error !
{
"detail": "Authentication credentials were not provided."
}
I cross check each codelines ,there is no in error on viewsets.py file of post app
The text was updated successfully, but these errors were encountered: