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

Browser not reloading #124

Closed
datencoach opened this issue Oct 28, 2022 · 3 comments
Closed

Browser not reloading #124

datencoach opened this issue Oct 28, 2022 · 3 comments

Comments

@datencoach
Copy link

datencoach commented Oct 28, 2022

Python Version

3.10.6

Django Version

4.1.2

Package Version

1.6.0

Browser

Chrome, Firefox, Safari

Description

Dear Adam, it is me again (#68). Sorry to open this issue again, but I wanted to let you know that me problem is back.

When I startet a new project everything worked fine. Until now. I did not work on this project for a few weeks and when I now updated wagtail, django and django-tailwind I noticed that the reload stopped working again.

I spend serval hours debugging yesterday, but was not able to find the problem. But I figured out that the route "/reload/events/" seems to be the problem. Not exactly the route as the url and view are working and send a 200 http-code, but no pings are sent.

Broken project (same picture on url 127.0.0.1:8000):
image

Working project:
image

Do you have any ideas what could prevent that the ping events are send? I can see them on views.py, but they do not arrive at the browser.

I totally understand if you close this straight away as we already spent time on this not finding an answer.

Thanks and beste Regards, Thomas

@adamchainz
Copy link
Owner

when I now updated wagtail, django and django-tailwind I noticed that the reload stopped working again.

Did you try going back to the old versions? This would narrow it down to one of the packages. Then you could maybe find out which is responsible.

@datencoach
Copy link
Author

Yes, I tried a fresh virtual environment with the old package versions, but same result. Seems to be coincidence.

@adamchainz
Copy link
Owner

Okay, well I'm afraid if there’s no info to go on, then I can’t really help... 😅

Did you try the example project in this repo? If that works for you then maybe something in your project is causing the problem, and you can try cutting things out until you find the cause.

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

2 participants