I had a chance to look at this again. Changing baseUrl in base.html got all of the navigation working. Now the only issue left is with the toggle buttons, e.g. system on / system off, auto / manual, and the toggles for individual stations when in manual mode. This is functionality that I use quite regularly.
When I flip any of these toggles, the browser times out. After a manual refresh, I see that the toggle was changed and everything is fine. But I have to do that page refresh after each toggle.
The log shows:
10.0.0.104:41796 - - [29/Jun/2020 16:51:15] "HTTP/1.1 GET /sn" - 303 See Other
can you help me figure out what's driving that and how I might work around it?
Thanks.
i think the toggle redirects to http rather than https, because if I just hit reload it doesn't work, I have to add the https prefix.
When I flip any of these toggles, the browser times out. After a manual refresh, I see that the toggle was changed and everything is fine. But I have to do that page refresh after each toggle.
The log shows:
10.0.0.104:41796 - - [29/Jun/2020 16:51:15] "HTTP/1.1 GET /sn" - 303 See Other
can you help me figure out what's driving that and how I might work around it?
Thanks.
i think the toggle redirects to http rather than https, because if I just hit reload it doesn't work, I have to add the https prefix.