Hi,
I just made clear that HTTPS is needed to run Etherpad with Nextcloud and private pads through the API.
I realized that in DisplayController.php line 95, we have setcookie() with the HTTPS only parameter set. I'm running all locally and couldn't figure out why Etherpad couldn't grant me access to pads, It was because the session ID was not being sent.
Hi, I just made clear that HTTPS is needed to run Etherpad with Nextcloud and private pads through the API.
I realized that in DisplayController.php line 95, we have setcookie() with the HTTPS only parameter set. I'm running all locally and couldn't figure out why Etherpad couldn't grant me access to pads, It was because the session ID was not being sent.
Thank you for your work! :smile: