Loading of a page has been superseded by request for

0
Opening a page from javascript by calling a microflow is throwing below exception. Ignoring error for page UI/Test.page.xml: Loading of a page has been superseded by request for UI/Test.page.xml Here is my flow Javascript calls → Microflow calls → Open Page   Note: I am not using any close page activity in microflow Any suggestions on fixing this issue
asked
1 answers
3

Open up your network inspector and filter for .page.xml, you’ll probably find that multiple page change feedbacks are being sent to the frontend, just remove the relevant page change microflow actions (you should be able to find them by checking the urls in the network inspector

answered