-
Notifications
You must be signed in to change notification settings - Fork 9
Subscribing channel causing javascript error #3
Comments
Thanks for reporting. It is this line that is throwing the error, but that should not happen if this check passes. I'll need to figure out what flow caused this. Could you tell me:
As for the Apache docs, unfortunately I haven't done Apache config in nearly a decade so I'm probably not the best one to write that :) |
I start the server using (http://192.168.178.81:8060/c/OXqmxH7uimiZgC1f) I tried google chrome on android, chrome, firefox and edge on windows and all with the same behaviour The pi4 has a clean raspbian lite installation and I tried also changing the sql db to 777 but that wasn't the problem :/ |
I'm also having this issue on Chrome 80, subscribing from the channel page. |
I am having the same issue as above, any update or fix? |
@maltemosler @ibury08 @MatthewDiDonato apologies for the slow reply. Are you by chance using HTTP (rather than HTTPS) servers? It may be the case that subscriptions only work over HTTPS now, which would unfortunately complicate set up. |
Yeah, you need to run gunicorn with HTTPS. |
Hey, im trying to host my own notify run server and so far sending messages to the server works as expected but when I try to press the button "subscribe on this device" I get this error:
Additionally it would be very cool to have a tutorial for hosting this with apache because the default VirtualHost config from own projects doesn't work their and https is very important :D
The text was updated successfully, but these errors were encountered: