An error - “jwksError: Not Found” is thrown when I make a get request with the correct bearer token in the request header to my protected API. I’ve followed the start up guide to create the checkjwt helper function that I pass to all my routes to protect them. I need help clarifying what this error actually means thanks!
Defining the checkJWT helper function with help from quickstart guide.
Protecting API with checkJWT to ensure auth token is correct and passed in request header.
GET request sent with postman and corresponding error thrown by jwks-rsa module.