Skip to content

Deploy failed, web/out does not exist #200

Closed
@wem5637

Description

@wem5637

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" },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions