After adding additional route to my FE app and some user inactivity I got 401 status trying to call account.get(). Initial route is ‘/‘ new one is ‘/settings’. I use React and react-router in my app.
TL;DR
User is experiencing a 401 error when calling account.get(), after adding another route to their front-end app and encountering user inactivity. They are using React and react-router.