Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployed Django keeps asking for reload each 30 seconds #3

Closed
fitwist opened this issue Oct 27, 2023 · 2 comments
Closed

Deployed Django keeps asking for reload each 30 seconds #3

fitwist opened this issue Oct 27, 2023 · 2 comments

Comments

@fitwist
Copy link

fitwist commented Oct 27, 2023

This problem appeared when I deployed this forked project on a server and connected website. When I launch a project on a localhost, the problem disappears. Nothing has changed in the architecture. Does anybody know what to do stop this notification?

@fitwist
Copy link
Author

fitwist commented Nov 11, 2023

Stopped TinyMCE in order to see the difference. The problem still persists.

@fitwist fitwist changed the title Deployed Django keeps asking for reload each ~60 seconds Deployed Django keeps asking for reload each 30 seconds Nov 14, 2023
@fitwist
Copy link
Author

fitwist commented Nov 14, 2023

It turned out after inspecting Chrome Developer Tools that django_browser_reload, so commenting out in settings.py / MIDDLEWARE the following row:
"django_browser_reload.middleware.BrowserReloadMiddleware"

Will stop reload.

@fitwist fitwist closed this as completed Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant