#error when deploying vercel
12 messages · Page 1 of 1 (latest)
try clearing your build cache
in vercel when redeploying the build
If you're not using the app directory
experimental: {
appDir: false,
},
Set that in your next config if it isnt fixed after clearing the build cache
I have no clue lol
I ran into the same issue a week or so ago, I think there is an open issue about it in next github repo
Glad it's working though 😄
lel