We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey ! Thanks for your development. It is very useful !
Previously it worked for me but now I getting this error { error: "invalid_grant", error_description: "Code is invalid or expired." }
{ error: "invalid_grant", error_description: "Code is invalid or expired." }
If I paste code manually from UserStore into this link below then it works, but that not works through backend (unprocessable entity)
code
https://oauth.vk.com/access_token?client_id=${CLIENT_ID}&client_secret=${CLIENT_SECRET}&redirect_uri=http://localhost:3003/signin&code=${CODE}
What's wrong? It works only within first seconds and then disappears
Best regards, Alex
The text was updated successfully, but these errors were encountered:
Getting this error / but now it works again... strange
Sorry, something went wrong.
probably cache on vk side or so
No branches or pull requests
Hey !
Thanks for your development. It is very useful !
Previously it worked for me but now I getting this error
{ error: "invalid_grant", error_description: "Code is invalid or expired." }
If I paste
code
manually from UserStore into this link below then it works, but that not works through backend (unprocessable entity)https://oauth.vk.com/access_token?client_id=${CLIENT_ID}&client_secret=${CLIENT_SECRET}&redirect_uri=http://localhost:3003/signin&code=${CODE}
What's wrong? It works only within first seconds and then disappears
Best regards,
Alex
The text was updated successfully, but these errors were encountered: