Closed tpaljor closed 4 years ago
This is a redis connection issue. Do you have a redis server running locally? Swampdragon uses redis...
Ah, that must be it. I somehow forgot that dependency when setting up my staging server. I will try again this weekend with redis installed. Thank you.
Firstly, I wanted to say thank you for creating Swampdragon. It's really cool and I was able to get the chat example working in my dev environment.
When I tried uploading my Django project (which uses SSL) to my staging server (DigitalOcean), I found that Swampdragon's server.py is throwing a "Connection refused" error:
(Note that I've redacted my actual domain with 'mydomain.com' and my IP with 'x.x.x.x')
Here are the Swampdragon settings in settings.py:
Here is my Nginx config:
Do you have any ideas on what I'm doing wrong?