Mobile application(front-end) hangs after executing microflow.

1
Hi there, We have a mobile application where we use a button on a Data view that executes a microflow(does some logic), and at the end of the microflow, shows a form. I have tested this on index-mobile.html(both desktop and mobile phone), index-mobile-preview.html(desktop), and no matter what, this happens: The loader image shows and nothing happens. If I step through the microflow, it goes all the way to the end and "completes its work". But on the front end, the hanging still remains. No error in the console. A colleague of mine suggested that this might be a Dojo. Any ideas? Thanks EDIT : Okay so I used firebug and there seems to be no error. The only problem seems to be that the POST used seems to be a bit empty:
asked
2 answers
1

Use index-console.html and open the firebug console (f12) look for errors.

Edit: empty post, strange, default button or invoke microflow? Commited the object?

answered
0

I deleted the show form activity and re-created it. That did the trick. Surely this is something that still needs to be addressed?

answered