Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment Issue #184

Open
Ashmit111 opened this issue Jan 4, 2025 · 1 comment
Open

Deployment Issue #184

Ashmit111 opened this issue Jan 4, 2025 · 1 comment

Comments

@Ashmit111
Copy link

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 !!!

@prabhsingh14
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants