Random Popup

0
After pressing a button to execute a microflow, a random popup message shows up telling me to contact the system administrator. However, when I look at the console there is no log with the error message details, and the Microflow itself doesn’t pop up  that message (it popups an information message – and so two messages pop up). How can I try debugging this issue since nothing is showing up on the console  
asked
2 answers
0

add a breakpoint at the start of the microflow and see which activity causes the issue.

https://docs.mendix.com/howto/monitoring-troubleshooting/debug-microflows

Another tip: when running localy, stop and start the app completly instead of redeployment. The fast deployment of Mendix after page nd microflow changes is awesome. though sometimes after multiple deployments obbjects in the state, new version of the model colide. a full stop and start refreshes the whole model and state.

answered
0

Hi,

If there is no error in mendix console, can you tell what is the error message in your browser console click , right click on the broswer and click inspect option,  go to console tab and check any error has occured

 

 

answered