You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The token API fails due to race conditions while using different routes in different browser tab, where an incorrect JWT header or signature is sent.
#288
Open
bishnu-dmg opened this issue
Oct 9, 2024
· 0 comments
I need to implement the Web Locks API or use setTimeout to attempt a solution for this issue. However, I've noticed that the axios.get call to fetch the token isn't being triggered due to an interceptor problem. If I remove the interceptor, everything works, but removing it isn't a viable option. I need to find an alternative solution. Can anyone help?
The text was updated successfully, but these errors were encountered:
bishnu-dmg
changed the title
The token API fails due to race conditions in a multi-tab environment, where an incorrect JWT header or signature is sent.
The token API fails due to race conditions while using different routes in different browser tab, where an incorrect JWT header or signature is sent.
Oct 9, 2024
I need to implement the Web Locks API or use setTimeout to attempt a solution for this issue. However, I've noticed that the axios.get call to fetch the token isn't being triggered due to an interceptor problem. If I remove the interceptor, everything works, but removing it isn't a viable option. I need to find an alternative solution. Can anyone help?
The text was updated successfully, but these errors were encountered: