JSON parse error with oidcProvider and oidcClient()?
I'm encountering a weird error. I have two services, a vite/hono app serving as the oidc provider, and then a nextjs app serving as a client. Whenever I open up the vite/hono app and sign in to the oauth service, and then try to use the sign in button on the nextjs app, I encounter this error.
Which throws
Error Code: oauth_code_verification_failed on the website.2 Replies
NextJS Config
https://gist.github.com/cnbrown04/772a187d41de28ccf4e33a1d1cb6b474 Gist because discord wont let me send the other config...