Windows + Docker Reload not Working #1980
Unanswered
kddove85
asked this question in
Potential Issue
Replies: 1 comment 2 replies
-
@kddove85 I might be able to help this. Does the project's configuration match any of these conditions that might disable the changes? Also, does hot reloading work through |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have developed an app using Django, which incorporates Vue and is deployed with Docker. To launch the app, the docker-compose file uses the command below:
The app's home page has a vue file, and whenever I make any edits to it, the following messages appear:
Although it seems that the application has restarted, when I refresh the page, I do not see any changes. The page looks exactly the same as before, and no modifications have been detected.
I attempted to include watchfiles in my requirements file with the following code:
When it seems like the solution didn't work, I attempted to add the environment variable for force polling by including:
in the .env file. And I've tried disabling the cache in my browser. I'm at my wit's end with this. I don't know what else to try. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions