Cannot get authentication work #71
|
Hi, The error message is: The token is fine (it works flawlessly with REST). When I don't use authentication, it works. As soon as the authentication is active, I get this error. I remove the credentials:true but then it says there is no valid token. (but token is valid. Same token with rest is okay) Frontend: ` const JWT_TOKEN = getToken(); }, ` latest strapi version any ideas? |
Answered by
ComfortablyCoding
Nov 30, 2023
Replies: 1 comment 3 replies
|
Sorry to hear that! This looks like a bug on the packages side. I'll have a look at it tonight. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was a bug and should be fixed via #72 in the 2.0.4 release. Please try again with this new release/version and let me know if their is still any issue.