Bad Gateway error in deployed environment at mxui.js:38

0
Getting below error in the development environment, not seeing anything suspicious in the mendix service console. Error: Bad Gateway     at new t (mxui.js:38)     at mxui.js:19     at mxui.js:5     at Object.next (mxui.js:5)     at a (mxui.js:5)     at <anonymous> error @ mxui.js:5 Any pointer to debug this issue would be helpful
asked
2 answers
1

It was an issue with microflow call from the script, added error handling for the microflow call fixed the issue.

answered
0

Can you provide a little more context on when this issue occurs? What did you click, was it on a page, during a microflow activity, what kind of modules/widgets are installed and might be active?

answered