otetard / ownpad

Ownpad is a Nextcloud application that allows to create and open Etherpad and Ethercalc documents.
GNU Affero General Public License v3.0
57 stars 24 forks source link

No cookie created #70

Closed Matombo closed 10 months ago

Matombo commented 5 years ago

I have setup nextcloud under an url like foo.example.com and modified the .htaccess file as such that etherpad is reachable via foo.example.com/etherpad/ (via a RewriteRule: "RewriteRule ^etherpad/(.*) http://localhost:/$1 [P]") Public pads work fine but I want to use the etherpad api. Apikey is set, cookie domain is set to example.com. I can create protected pads but when i want to access tham i get: "You do not have permission to access this pad". When i look at my cookies i don't see a cookie under the example.com domain only some cookies under foo.example.com.

yeich commented 2 years ago

Same Problem here. Any Solutions yet?

otetard commented 2 years ago

Did you try to set the cookie domain to example.org (instead of foo.example.org) in Ownpad configuration?

otetard commented 10 months ago

I’m closing this issue since this is a very old one. Please open a new issue if you still encounter this issue with the latest version of Ownpad!