Hi everyone,
I would like to ask whether OutSystems provides any way to customize or override the timeout error message globally (for example, request timeout or server action timeout) across the application.
Currently, when a timeout occurs, the system shows the default message. We are wondering if it is possible to:
Change this message globally, or
Configure a custom timeout message at the platform/application level, instead of handling it individually in each action or screen.
If there is no built-in way to do this, what would be the recommended approach or best practice to handle timeout messages consistently?
Thanks in advance for your advice.
Hello,
Have you tried changing the message in OnException in the Common Flow? I think that whenever a timeout occurs, the global message is handled there, where you can modify it.
Hi,
When a timeout occurs, a Communication Exception is raised.
You can override in OnException per app ,instead of handling it individually in each action or screen
Cheers,
Nam
Thank everyone for helping me solve the problem
You’re very welcome anytime.
All global exceptions are handled in Common/OnException. Global timeout errors are handled in Communication Exception.
Hope you have a great experience with this platform.