Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy failed, web/out does not exist #200

Closed
wem5637 opened this issue Apr 6, 2021 · 0 comments
Closed

Deploy failed, web/out does not exist #200

wem5637 opened this issue Apr 6, 2021 · 0 comments

Comments

@wem5637
Copy link

wem5637 commented Apr 6, 2021

I have a project with my Next frontend in the "web" subdirectory. Simply installing the plugin results in a deployment error...

Screen Shot 2021-04-06 at 10 21 26 AM

Are we supposed to be exporting our app in the build command as well? Doesn't this mean the project will be using a static build? If so, is it possible to deploy a dynamic build to Netlify? And, how is this plugin different from just running 'next export' and specifying a build directory?

Here's my package.json scripts -
"scripts": { "dev": "next dev -p 3001", "build": "next build", "start": "next start", "test": "jest --watch" },

@wem5637 wem5637 closed this as completed Apr 6, 2021
serhalp pushed a commit that referenced this issue Apr 5, 2024
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant