Locked out due to OnPageLoad redirect condition always returning false

I’ve run into an issue with my app where I accidentally created a problem in the OnPageLoad logic of one of my pages.

In the OnPageLoad function, I added a condition that is currently always returning false. This condition triggers a redirect to another page. As a result, whenever I try to open the page, I immediately get redirected away.

The problem is: I can no longer access the original page in order to edit or fix the condition. So I’m stuck in a redirect loop and can’t modify the OnPageLoad logic from the UI.

Is there any way to bypass OnPageLoad actions or temporarily disable them so I can regain access to the page and fix the condition?

Or is there a recommended way to edit/remove faulty OnPageLoad logic directly?

Thanks for your help.

Hi @Dev_HSS

You can use the ?uib_skip_actions_execution=1 query parameter in the URL. See details here: Troubleshooting techniques | UI Bakery Docs