ulid: bad data size when unmarshaling #83
Replies: 1 comment 2 replies
-
|
@SrdjanNezic93 Have you been able to resolve the issue? If not, I recommend checking out our community-driven PHP Client for Kick OAuth here. It provides a great overview of the implementation and could help clarify any questions you may have. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to connect my app with Kick and i am getting
Response body: {"error":"internal: ulid: bad data size when unmarshaling"} with status 500
on
So it pass /authorize endpoint fine, but on /token fails. I checked my code_verifier it looks fine and it is created by https://github.com/crouchcd/pkce-challenge package alongside challenge which pass in /authorize endpoint. Verifier is 43 length, tested with 128 with same failure, verifier is coming from front where is generated to back where i get it.
Do i need to have exact size for code_verifier and what is that size if yes?
Technologies used are React/Laravel.
Beta Was this translation helpful? Give feedback.
All reactions