Error in missing configuration in Zitadel OAUTH server library
Line 22, "issuerUrl" should be "domain", as specified line 21.
The error thrown ask for NUXT_OAUTH_ZITADEL_ISSUER_URL while the real variable needed is NUXT_OAUTH_ZITADEL_DOMAIN, which is confusing.
Solved my issue, thanks for pointing this out!
I was getting error like:
Turns out this library is full of bugs. We do not use client secret and since I was passing the empty string error was triggered here also mentioning issuerUrl. Also seems like that you have to remove the protocol from the domain since redirect fails with : https://https//{rest_of_the_URL} For some reason critical issues are ignored seems like it, since this was not even answered since March :-(