Page wont open

0
When I run my app and view it and attempt to click on a button to show a page it does not show the page. Any idea of what could be wrong?
asked
3 answers
0

Hi Joshua,

There may be several reason to stop this page be displayed. you can debug your code following ways to get the exact  error.

  1. If you are calling any Microflow to Open the page than Just add brak points in that.
  2. See the console of your Application just after clicking the button. and double click on the error

 

it would be grate if you could add some screen shoots in the question.

answered
0

i have the same issue when i put a breakpoint it did not gave an error i think the problem is with the facebook part/file?guid=19703248379398615

image.png

answered
0

Hi Joshua Knight,

 

In this case there might be an issue, where the button trigger can be a Calling Microflow, and it might be running in a loop. so that it can be running continuously and page load doesn't happen in that case.

 

Hope it helps.

answered