Does Mendix give the Error, contact your system administrator error if there is an internet connectivity issues?

1
On some web apps and native apps , I sometimes get this msg 'Contact your system administrator' . When all does Mendix throw this error? It randomly throws this error, is it sometimes because of poor internet connectivity ?
asked
1 answers
0

Hi there,

 

Yes this can sometimes happen because of connectivity issues. You can test this by terminating your locally running app in Studio Pro and trying to navigate through your app (no connectivity -> throws this error)

image.png

Other times, this can happen when you don't have error handling within your application (e.g., in microflows). Mendix provides resources on error handling in the Academy  and documentation

This will allow you to provide custom error messages and logic for instances when internet connectivity isn't the issue.

 

Hope this helps,

Liam

answered