Display a message that the backend is not available on native when environment is down - Mendix Forum

Display a message that the backend is not available on native when environment is down

0

When a native application has lost its connection to the backend when it already is started and it needs to call a microflow or synchronization, is it possible to set a clearer message that informs the user that the backend environment is not responding instead of ‘an error has occured please contact an administrator’

asked
2 answers

When there are multiple microflows and synchronizations called then user would be flooded by messages then no?

Created

it is possible, one way to achieve this is by implementing error handling in the application code. The application can detect when a connection to the backend is lost and display a user-friendly error message explaining that the backend is not responding.

Created