Menly
"[nuxt] instance unavailable" on Vercel with no debug information, working fine locally
I eventually discovered that the issue was related to the following settings:
Deploying the project with these settings places the files in the Vercel Edge Network, which apparently can't handle dynamic routes. This makes sense if hosted on a CDN, as the files are expected to be static.
2 replies