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
Which throws
Error Code: oauth_code_verification_failed on the website.