django-eventstream icon indicating copy to clipboard operation
django-eventstream copied to clipboard

grip proxy not working

Open fishman opened this issue 5 years ago • 5 comments

I see the events being created in the django_eventstream_event table. I setup a grip_url to be my ip on the backend of http://pushpin:5561 and I have a daphne running.

However looking at the access log of my pushpin server there is absolutely nothing happening on there. And the client that is connected to daphne does not receive any messages.

Is there any way I can debug this? The setup works fine if I just use runserver but that obviously doesn't work in production.

fishman avatar Aug 09 '19 12:08 fishman

Hi, make sure the client connects to Pushpin. :)

jkarneges avatar Aug 09 '19 13:08 jkarneges