remix
remix copied to clipboard
Bug(vite remix): EEXIST: file already exists, symlink "x" -> "y"
Hey,
I've been trying to migrate our remix app to use vite, but it seems to fail when deploying to vercel with a symlink error.
Error: EEXIST: file already exists, symlink '../../../../404.func' -> '/vercel/output/functions/:enterprise/admin/listings/:listingId/availability.func'
This is the only error log im getting when deploying. Im unsure how I can enable additional logging, or what is causing this error. The application runs/builds fine with the current compiler.
I've tried with "@vercel/remix": "2.8.1"
and "@vercel/remix": "2.8.1-patch.2"
The project is fairly large so hard to setup a reproduction as I have no clue what might be causing this.