[Bug]: Execute Actions resulting in 404 Error is not handled in View Mode #34246
Labels
Bug
Something isn't working
Error handling
Issues related to error management within Appsmith
Medium
Issues that frustrate users due to poor UX
Needs Triaging
Needs attention from maintainers to triage
Platform Administration Pod
Issues related to platform administration & management
Production
User Session
Issues related to user sessions
Is there an existing issue for this?
Description
With the Admin settings like
Limit users to a single session
orSession Timeout
, there are cases where a user is not aware that the instance has already logged him out. If the App in View mode was already open in his Tab, he can go ahead and click buttons or other CTAs and nothing happens.This leads to user frustrations as currently there is no error being shown on the App, stating that his session is timed out. Or he is not automatically taken to the login page.
This occurs only in View mode, in developer mode the user is automatically being taken to the login screen.
Steps To Reproduce
Limit users to a single session
checkboxAs you can notice, nothing happens on the UI layer and there is no error notification conveyed to the user as to what happened.
In inspect element you can see that the execute actions are giving a 404 Error.
Public Sample App
No response
Environment
Production
Severity
Medium (Frustrating UX)
Issue video log
No response
Version
Self Hosted 1.28
The text was updated successfully, but these errors were encountered: