a year ago
The project was working well, but on a new commit, it started throwing errors on lock files.
I matched the node version and npm version with the one on railway.
I am using NX + nix
72 Replies
a year ago
can you link to a deployment when you first saw this issue?
a year ago
full url link please?
a year ago
to the build that threw the errors
a year ago
that is a link to /logs
a year ago
i would prefer a link to the failed build please
a year ago
copy the url
a year ago
perfect
a year ago
so you deleted your local node_modules and ran npm ci locally without issue?
I don't know if you have time, but it's for my open-source project
https://github.com/gitroomhq/postiz-app/
a year ago
i did -

a year ago

a year ago
i dont think that matters all too much, its clear i can repro locally with npm 10, so the issue is elsewhere
a year ago
let me get you the commit im working with
a year ago
f10bdbccea6fd99c954329569001484518f8ac14
a year ago
a year ago
since i can repro, you want me to update the lock file and submit a pr?
a year ago
yeah i can do that, let me grab the latest repo, i just grabbed the code from the commit of the deploy you linked
a year ago
wow eiter npm is slow or my internet, perhaps both
a year ago
a year ago
do your testing please, i did not run the project locally
that's ok, worst case I will revert, the latest docker version will not be updated
a year ago
oh wow i didnt know vercel did this too

a year ago
railway does it, and its not removable haha
I think in vercel it's also not removeable only if you disable preview deployments
a year ago
fair
a year ago
okay, let me know how it goes!
a year ago
i forgot to ask, why vercel, why not run the frontend on railway too?
Honestly, many people pitched me about the advantages of running on vercel with all their special cases how they handle nextjs
a year ago
is that bad?
a year ago
maybe thats a weekend project
a year ago
it doesnt need to be done with nixpacks, you could do it with a dockerfile
a year ago
awsome!
a year ago
any time! let me know if you face any build errors when you try running the frontend on railway too


