#Browser auto refresh no working

3 messages · Page 1 of 1 (latest)

restive mason
#

hi, So i have been working on a next react app a few week ago. and it was doing auto refresh when i change something it get reflected on the browser without manually refreshing it. but when i was started to work the same project its not doing the auto refresh i has to do it manually every time. any one had this kind of issue. really appreciate if someone could help

the changes are getting complied. i can see that on terminal on every change that i'm making

gaunt roostBOT
#

🔎 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)

restive mason
#

i found the issue. there was asset prefix conf in my next.config.js file which was not directed to local while doing local development and this was causing the issue. i connected it and it worked exactly as i wanted.

hope this comment stays here for someone who needs this info