Hi @Jain, Kapil ,
Thanks for reaching out.
This error message suggests that the user's authentication token has become invalid due to its expiration. This situation occurs when the token isn't renewed promptly. You can check the expiration date/time of the token by decoding the token using jwt.ms
Are you handling the token appropriately in the code and updating the authentication token with a new token?
Alternatively, in case your token remains valid and you're still encountering errors, it's possible that the date and time settings on your system are inaccurate.
Adjusting your system's date and time settings to automatic should resolve this problem if the token remains valid.
Hope this will help.
Thanks,
Shweta
Please remember to "Accept Answer" if answer helped you.