`oauth2/token` endpoint returns 502 Bad Gateway error
I am trying to call the
This is the error response that I am getting:
I am following the docs on this page: https://docs.kinde.com/developer-tools/about/using-kinde-without-an-sdk/
Has anyone run into this? Thank you!
/oauth2/token endpoint from a Hono.js server (running in a Bun environment) and am getting a 502 Bad Gateway response. This is my code:This is the error response that I am getting:
I am following the docs on this page: https://docs.kinde.com/developer-tools/about/using-kinde-without-an-sdk/
Has anyone run into this? Thank you!