Next.js Discord

Discord Forum

Hot Reload not working

Answered
Pacific thread herring posted this in #help-forum
Open in Discord
Pacific thread herringOP
I'm trying to make a shad cn ui next js app but hot reload wont work, Dont know what im doing wrong. can someone tell me what might the the cause.

Edit: Yes I'm running it in dev mode with npm run dev

Here are the commands I ran to get the app up and running
npx create-next-app@latest . --typescript --tailwind --eslint
npx shadcn-ui@latest init
npm i framer-motion clsx tailwind-merge
Answered by Pacific thread herring
Turns out WSL was the problem, I used powershell and it functions just fine
View full answer

1 Reply

Pacific thread herringOP
Turns out WSL was the problem, I used powershell and it functions just fine
Answer