Hello @rp_st , when manually verifying the jwt token I get this exception "TypeError: Cannot read properties of undefined (reading 'getPublicKey')" and this causes the rest of the application to fail
r
rp_st
04/05/2024, 7:12 AM
Hey @chiefThabMan have you provided the correct jwks url to the JWT verification lib?
c
chiefThabMan
04/06/2024, 8:39 AM
Yes, I'm pointing to the same url the api is hosted in
r
rp_st
04/06/2024, 8:47 AM
Can you navigate to that url on your browser? What do you see as the response?
c
chiefThabMan
04/07/2024, 5:07 PM
when I navigate to the url, the browser returns the jwks.json
r
rp_st
04/07/2024, 5:12 PM
Are you using a jwt verification lib from your framework?
rp_st
04/07/2024, 5:12 PM
Cause if yes, you might want to reach out to the maintainers of that library