Event Timeline
Comment Actions
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.