-
Notifications
You must be signed in to change notification settings - Fork 30k
Closed
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.
Description
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 :
- You have enabled the JIT engine which is currently in preview.
- 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 openinghttp://localhost:3000/in chrome the page keeps on loading but does not load.
Screenshot :
Expected Behavior
The webpage should load since on using command npm run dev since it is showing compiled successfull .
To Reproduce
- Run
npx create-next-app --example with-tailwindcss . - Run
npm run dev. - Open
http://localhost:3000in browser .
Metadata
Metadata
Assignees
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.
