#error when deploying vercel

12 messages · Page 1 of 1 (latest)

valid zephyr
#

does anyone know why this happening?
Thanks

vivid narwhal
#

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

valid zephyr
#

whoaa thats actually work

#

but why is this happening?

vivid narwhal
#

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 😄

valid zephyr