9 months ago
I’m trying to deploy a new version of our Coming Soon Page, and I’m having some trouble getting it to work. We’re using Remix Vite, and everything was working fine before. I’ve tried different builders and settings, but I keep getting the same error. Can you help me figure out what’s going on? Here’s the error message:
Remix Vite plugin not found in Vite config
I’ve even tried moving the devDependency of the remix vite plugin to the dependencies, but the issue persists…
ⓘ Deployment information is only viewable by project members and Railway employees.
3 Replies
9 months ago
everything was working fine before
Can you clarify what it means that everything was working fine before?
Unfortunately this is going to be an application level issue. Thus we'd suggest making this thread public to solicit help from the wider community.
Thanks
Status changed to Awaiting User Response railway[bot] • 9 months ago
9 months ago
I successfully deployed the application on August 16, 2024. However, yesterday, I tried to deploy the same application again, but I’m getting an error message: „Remix Vite plugin not found in Vite config” during the build process. I’ve searched online and found that Vercel also had this issue, and it was related to the Docker image when deploying. Since I’m not using any custom images, I wanted to check if there have been any changes in your build process. I’ll look through the code and try to find a solution, but I want to confirm this first to avoid wasting time on something that can’t be fixed on my end. In my local development environment, everything builds fine.
Status changed to Awaiting Railway Response railway[bot] • 9 months ago
9 months ago
Hey Jacek,
We have indeed made changes to the build process but that was to bring a 2-3x speed up for builds and deployments, I would be incredibly surprised if that affected anything in this regard.
What has more likely happened is nixpacks (What we use to determine how to build and run your app) was updated to support more language versions, resulting in your build now be done with a node version that your app can not properly build with.
Not saying that's the issue at hand, however it would be worth looking into.
The failing build was done with node 22, What version of node are you using locally?
Status changed to Awaiting User Response railway[bot] • 9 months ago