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
Predecessor issue is #1029 when the session expires while the user still interacting the experience may be choppy. Give the user a message saying something like "session expired, refresh your page". Currently is throwing 404 saying the user to login
Before getting there, Resource accessed API call needs to be refactored to use useFetch.
Possible use of React checking the user's inactivity and poping up a message to continue or expire https://www.npmjs.com/package/react-idle-timer. This will be a nice to have but documenting based on the research done.
Parent issues
The text was updated successfully, but these errors were encountered:
Predecessor issue is #1029 when the session expires while the user still interacting the experience may be choppy. Give the user a message saying something like "session expired, refresh your page". Currently is throwing 404 saying the user to login
useFetch
.Parent issues
The text was updated successfully, but these errors were encountered: