You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have been debugging this thing where my remix apps were failing at runtime on vercel after a certain version of the vercel-cli.
Have finally tracked it down to this package seeming to cause the issues. I dont even have to be using this package in the remix.config.js, just having it in my package json causes the app to fail.
Ive tried reverting back to previous versions of this package, but doesnt seem to make a difference so I assume its something to do with vercel and a conflict with some internal dependencies or something?
Have been debugging this thing where my remix apps were failing at runtime on vercel after a certain version of the vercel-cli.
Have finally tracked it down to this package seeming to cause the issues. I dont even have to be using this package in the remix.config.js, just having it in my package json causes the app to fail.
Here's a repro
If you remove remix-flat-routes it works again.
Here's an issue I filed with vercel
Any ideas what could be going on?
The text was updated successfully, but these errors were encountered: