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
- Navigate to the video upload section.
- Upload a video file.
- Check the user schema for the uploaded video reference.
- 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

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
Expected Behavior
Actual Behavior
Possible Causes
Suggested Fixes
Additional Context