I have an app that is running a query on page load, and I accidentally set that query to redirect to another app on success.
So when I load App #1 , the query runs, succeeds and immediately redirects to App #2 before I can edit the app to make it stop doing that.
Is there a way to either prevent the query from redirecting? Something like a keyboard shortcut to kill all running queries would be great, although I don't see that specifically in the docs. Is there an easy way to make the query fail? So far, attempting to kill my wifi connection in that very brief window has proven frustrating. I could try changing the DB credentials but that also seems dumb. Is there a smarter way to break this redirect?