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
To me it seems like you have engines set to v16, but your Vercel project set to v14, and that might be the reason for the failure. Is this correct?
Either way, to use v16 you'd need Build Output API. However, I'm not sure if it's necessary to enable by default it in the template, I think it makes more sense to leave it up to people to do it themselves if they need to, no?
What version of Remix are you using?
1.4.3
Steps to Reproduce
{ "build": { "env": { "ENABLE_FILE_SYSTEM_API": "1" } } }
Expected Behavior
It deploys and content gets properly passed to output that Vercel expects.
Actual Behavior
The text was updated successfully, but these errors were encountered: