Open ame-appsmith opened 2 years ago
Shall we move this to In Analysis
Pipeline? @rohan-arthur @parth-appsmith
@Rishabh-Rathod @rohan-arthur this feels like a fairly edge case. Aren't there more impactful issues right now on our plate?
@Nikhil-Nandagopal i was in an understanding that in-analysis is the pipeline where we analyse the issue and use the RACI metrics to add number to the issue.
Doesn't mean we will prioritize this.
cc: @rohan-arthur
related to #15308
Is there an existing issue for this?
Summary
If a user creates a function that redirects to another page and accidentally sets this function to run on page load, they will not be able to access the page to edit the function as it automatically redirects to another page. The workaround is to modify the exported JSON app manually and reimport, but there should be a way to prevent such scenarios.
Why should this be worked on?
The ability to stop or remove redirects set on page load would improve the user experience as if the user accidentally does this, it is quite cumbersome to edit the exported JSON for a complex app.