Skip to content

Refactor YouTube Upload to Synchronous Feedback Flow #458

@mudhoney

Description

@mudhoney

Currently, when a user uploads a video, we cut the browser connection immediately and handle the actual YouTube upload in a background process.

The Problem
Since we close the connection early, if the background process fails (due to YouTube API limits or upload errors), the user has no idea. They think it succeeded, but the video never appears.

The Goal
We need to change this flow to keep the connection open until the upload is actually complete. We should keep the user waiting on the screen so we can:

  1. Confirm the upload really succeeded.
  2. Immediately inform them if it fails or is incomplete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions