Not able to deploy Remotion
developers-cmyk
FREEOP
18 days ago
Trying to deploy this railway template -
https://railway.com/deploy/remotion?utm_source=chatgpt.com
But getting following issue
Diagnosis › Build Error
Update the Dockerfile to use npm install --legacy-peer-deps to fix the build. The build fails because @remotion/zod-types@4.0.481 (resolved from ^4.0.0) requires zod@4.3.6 as a peer dependency, but the project pins zod at 3.22.3. Without a lockfile, npm resolves the latest matching version on every build, which introduced this conflict.
I do not have access to repo to make changes and re-deploy