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
Does anyone deployed it after making Full-Stack because I deployed on vercel but uploading video is not working there because diskStorage does not work on vercel so I used memoryStorage but still it , vercels limit is only 4.5Mb apart from that there is one more issue that i have used ffmpeg to get duration of video which is not working on Vercel .
If anyone knows how to debug this please respond !!!
The text was updated successfully, but these errors were encountered:
diskStorage doesn't work because Vercel is a serverless platform, thus use memoryStorage. Also, Vercel has a 4.5 MB limit, you may use an external storage like cloudinary or firebase storage. And, for ffmpeg you need to use a separate microservice.
The most easy way to do is to deploy on another platform like render or digital ocean, they don't have such issues.
Does anyone deployed it after making Full-Stack because I deployed on vercel but uploading video is not working there because diskStorage does not work on vercel so I used memoryStorage but still it , vercels limit is only 4.5Mb apart from that there is one more issue that i have used ffmpeg to get duration of video which is not working on Vercel .
If anyone knows how to debug this please respond !!!
The text was updated successfully, but these errors were encountered: