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
Currently, the Global exception handler fails to catch Internal Server Error (status code 500) and returns the default fallback page.
To solve this we should extend the logic to handle all uncaught errors as well.
Currently, the Global exception handler fails to catch Internal Server Error (status code 500) and returns the default fallback page.
To solve this we should extend the logic to handle all uncaught errors as well.