I noticed that refreshing the Veras web app sometimes asks the user to log in again. This can interrupt the workflow, especially when reviewing renders, navigating the gallery, or returning to the app after a short break.
It seems like the login session may not always be preserved correctly after a page reload. The app may be losing track of the active user session, the session token may not be retained properly, or the session may be expiring sooner than expected.
When this happens, the user also loses the current workspace and the renders from that active session, even though those renders are still available later in the gallery. The user essentially has to start a fresh session, which makes the workflow feel less seamless during regular use.