#HMR not working

4 messages · Page 1 of 1 (latest)

sleek flame
#

I am using Next: '14.2.5'

I dont know what the actual issue is. I researched a bit and read that it might be an issue with the .next folder. I deleted the folder and ran the project again but that doesnt work either.
Some said that it might be an issue with the module name case. I am not 100% sure if the naming convention I am using for my pages is correct or not.
E.g this is my current pages directory

  1. /pages/assesment/index.tsx and the component itself is called Assessment
  2. pages/login.tsx and the component name is Login

This is my next.config.mjs

  reactStrictMode: true,
};```
steep narwhalBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

wispy venture
#

What is the error you are facing?

sleek flame