Authentication Challenge: Invalid Sign Token Issue in Production

just affter sign in we got token which I showed you pasting in the jwt.io
after that this is the authorize request you are asking for.

for authenticating in backend we are using “express-oauth2-jwt-bearer” package available in npm
and in the front end to generate access token we are using “auth0/auth0-spa-js” package available in npm