Skip to content

Issue : Videos Not Reflecting in User Schema Database #16

@Rhishikesh12

Description

@Rhishikesh12

Description

A user uploads a video, but it does not reflect in the user schema. The uploaded video should be stored and linked properly, but currently, it is either missing or not updating correctly.

Steps to Reproduce

  1. Navigate to the video upload section.
  2. Upload a video file.
  3. Check the user schema for the uploaded video reference.
  4. Observe that the video is not reflecting as expected.

Expected Behavior

  • The uploaded video should be stored successfully.
  • The user schema should update with the video reference.

Actual Behavior

  • The video is uploaded but not appearing in the user schema.
  • No reference to the uploaded video is found in the database.

Possible Causes

  • Incorrect database update/query.
  • Failure in API response handling.

Suggested Fixes

  • Check database schema and update logic.
  • Inspect logs for errors related to file storage.

Additional Context

  • screenshot

Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions