Closed northrn closed 2 months ago
Same issue.
In your Vercel dashboard, click on the project, go to Settings and in Build & Development Settings click on Override for Output Directory and put '.' there (just the full stop, without the quotation marks). Then Save, go to Deployments and Redeploy
@mu-ct i have try it and getting 404, , and below is my deployment config
In your Vercel dashboard, click on the project, go to Settings and in Build & Development Settings click on Override for Output Directory and put '.' there (just the full stop, without the quotation marks). Then Save, go to Deployments and Redeploy
Same as above, that will get you a deployment, but then you just have a 404 at the destination.
same
fix incoming!
Fixed this by changing the output directory to apps/web/.next
as shown above
@alecdewitz same issue 404
@alecdewitz it's fixed after changing the Framework Preset to nextjs
turbo run build --filter=@v1/app
or `turbo run build --filter=@v1/web
depending on applicationAdding this to the documentation, unfortunately I can't get the deploy with Vercel button work with this!
Hey, thanks as lot for your work!
Unfortunately the solution leads to "The file "/vercel/path0/.next/routes-manifest.json" couldn't be found. This is often caused by a misconfiguration in your project."
Hey, thanks as lot for your work!
Unfortunately the solution leads to "The file "/vercel/path0/.next/routes-manifest.json" couldn't be found. This is often caused by a misconfiguration in your project."
Yep same issue for me. @pontusab
This works for me!
@pontusab looks like the vercel deploy button flow has diverged quite a bit from real world initialization (and it's broken) - might be worth dropping it. Lost a good amount of time trying to get it working before scrapping and just following the readme.
yeah will fix that! sorry about that
With this approach we would need a separated project for each application right? as the build command is filtering for @v1/app
only. is there a way to setup the build to deploy all: api and app and web with a single project?
Currently receiving this error when trying to deploy using deploy button in the repo:
Error: No Output Directory named "public" found after the Build completed. You can configure the Output Directory in your Project Settings.
Tried overriding output directory settings in Vercel but with no luck.