My version of HedgeDoc is: 1.9.2
, self-hosted docker-compose behind reverse proxy
What I expected to happen:
Be able to enter Slide Mode.
What actually happened:
Slide Mode shows plain text. Console shows CORS mixed active content errors.
I already tried:
- Adding
CMD_PROTOCOL_USESSL=true
to docker-compose.yml environment.
This makes Slide Mode work just fine, but then, the Edit Mode loses its connection to the backend (shows red OFFLINE button on the top-right corner) and I am unable to edit the Notes. Console showsAuth Cookie Invalid
. - Different combinations of renewing certificates, droping database records, clearing browser caches and cookies, deleting images and rebuilding containers.
I really appreciate any orientation on how to approach a solution for this. Thanks in advance!