Skip to content

Token Invalid error #445

Closed Answered by valmoz
alsongarbuja asked this question in Q&A
May 9, 2024 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Sorry @alsongarbuja my mistake, "c/" is the correct prefix.

If the auth code has the correct value, it should work correctly. From our logs it seems that you're executing the same operation twice, the first one goes to success and returns the token, invalidating the auth code. When you try to perform the same operation again with the same code you obtain 401 error because the code was invalidated at the first attempt.
You should try to check why your code is performing the same operation twice in a short amount of time.

Thanks
Mauro

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@alsongarbuja
Comment options

@valmoz
Comment options

Answer selected by alsongarbuja
@alsongarbuja
Comment options

@valmoz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants