I am running Nodejs API application on the droplet. I was able to login to my app and access the protected route. But on accessing the route the following day, I started getting TokenExpiredError: jwt expired on accessing any protected route. It will work well again after I ran Pm2 kill and re-deploy again
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I have resolved the issue. I was setting the expiry date at the global context as a constant variable. Thanks
Any updates on this?
From the error trace, it points to
Hi @asmelitus, do you have any sample code? Maybe your JWT is actually getting expired. How do you generate a new JWT token and how often?