Page MenuHomePhabricator

Redirect back to the URL page when the download fails instead of staying on the loading/download page
Open, Needs TriagePublic

Event Timeline

Wargo renamed this task from Redirect back to the URL page when the download fails instead of staying on the loading/download page. Ask ChatGPT to Redirect back to the URL page when the download fails instead of staying on the loading/download page.Jul 25 2025, 8:51 PM
Reputation22 added a subscriber: MalavikaM05.

Removing assignee as no updates till now

Feel free to re-claim the ticket once planning to work on this

Please add a description, and steps to reproduce here @Punith.nyk

I’ve started working on this task.

Issue summary:
When a video download fails (for example due to an invalid URL), the application remains on the loading/download page instead of returning the user to the URL input page. This leaves the user stuck without a clear way to retry.

Expected behavior:
On download failure, the user should be redirected back to the URL input page (optionally with an error message), so they can correct the URL or retry the action.

I’m currently reproducing the issue locally and will update this task with findings or a patch.

Please let me know if my understanding of the problem is correct.