You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users encounter an error when uploading a video file of 40MB despite the front-end limit being set to 100MB. The issue arises because the backend/server limit is incorrectly configured as 10028KB (approximately 10MB). Although the video file gets uploaded to the server, it cannot be fetched or accessed through the web application, resulting in a broken user experience.
Env : staging
org : dashseven
user : dinesh@dashseven
Steps to reproduce :
1.Login to the webapp
2.Create the concept as file with the limit as 100MB
3.Register the individual
4.Upload the file or video less than 100MB
Expected Result : User should be able to upload the video without any error
Actual Result : User is displayed with the error and the video in upload with error as Unable to fetch the video which clicking it display a blank page
Users encounter an error when uploading a video file of 40MB despite the front-end limit being set to 100MB. The issue arises because the backend/server limit is incorrectly configured as 10028KB (approximately 10MB). Although the video file gets uploaded to the server, it cannot be fetched or accessed through the web application, resulting in a broken user experience.
Env : staging
org : dashseven
user : dinesh@dashseven
Steps to reproduce :
1.Login to the webapp
2.Create the concept as file with the limit as 100MB
3.Register the individual
4.Upload the file or video less than 100MB
Expected Result : User should be able to upload the video without any error
Actual Result : User is displayed with the error and the video in upload with error as Unable to fetch the video which clicking it display a blank page
Reference video :
Click here to watch the video
The text was updated successfully, but these errors were encountered: