JwksRateLimitError: Too many requests to the JWKS endpoint

I have React Front end and Node.js Backend. I went on Guide and used React guide and React Calling an API guide and created SPA application and API.

React login works and backend also working for few minutes now I get 500 responses and when I check error log.

JwksRateLimitError: Too many requests to the JWKS endpoint
    at /Users/Chathu/Workspace/ProjectA/node_modules/jwks-rsa/lib/wrappers/rateLimit.js:27:19
    at processTicksAndRejections (internal/process/task_queues.js:75:11)
{

and

Error: getaddrinfo ENOTFOUND undefined
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26)
{

Found the issue. Seems My Auth0 Domain was undefined.

Glad you were able to figure it out yourself!

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.