Skip to content

netlify dev keeps loading after a few minutes #601

@BrunoQuaresma

Description

@BrunoQuaresma

I'm trying to use netlify dev in a create-react-app project but, after some minutes it keeps loading without displaying any error message.

Screen Shot 2019-11-06 at 10 45 24

netlify.toml

[build]
  command = "yarn build" # the command you run to build this file
  functions = "api" # netlify-lambda builds to this folder AND Netlify reads functions from here
  publish = "build" # create-react-app builds to this folder, Netlify should serve all these files statically

Extra info:

  • My netlify-cli version is netlify-cli/2.12.0 darwin-x64 node-v12.7.0
  • I also have netlify-lambda on package.json "netlify-lambda": "^1.6.3",
  • I have a file called tutorialState.js inside of /api folder
  • I have a redirects file on public/_redirects

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