Skip to content

Nextjs server not responding  #29030

@saurabhmehta1601

Description

@saurabhmehta1601

What version of Next.js are you using?

latest

What version of Node.js are you using?

14.17.1

What browser are you using?

Chrome

What operating system are you using?

Ubuntu 20.04.3 LTS

How are you deploying your application?

localhost

Describe the Bug

I installed nextjs template using command npx create-next-app --example with-tailwindcss . .Once installed , I tried to run dev server using npm run dev .Now , console shows these warnings :

  1. You have enabled the JIT engine which is currently in preview.
  2. Preview features are not covered by semver, may introduce breaking changes, and can change at any time.
    Morever , the main problem is console shows compiled successfull but on opening http://localhost:3000/ in chrome the page keeps on loading but does not load.
    Screenshot :

Screenshot from 2021-09-12 12-41-18

Expected Behavior

The webpage should load since on using command npm run dev since it is showing compiled successfull .

To Reproduce

  1. Run npx create-next-app --example with-tailwindcss .
  2. Run npm run dev .
  3. Open http://localhost:3000 in browser .

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssue was opened via the bug report template.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions