Failed to load resource: the server responded with a status of 504 (Gateway Time-out)

0
Hi all, I receive an error in the Browser for a microflow, without that it appears in the Mendix logs (there is no error at all). The microflow also finishes see with a success message. However the error is only shown in the browser console (running locally this error does not appear): "Failed to load resource: the server responded with a status of 504 (Gateway Time-out)" +other resulting errors (see screenshot) Anyone has a solution for this, or experienced the same issue? Thank you in advance and cheers, Andreas
asked
2 answers
1

need to see the microflow and have you add a error handling in false case ?

answered
0

Have you tried calling the microflow asynchronously? If it’s triggered from a Microflow button:

https://docs.mendix.com/refguide7/starting-microflows#4-1-microflow-call-type

 

answered