Closed Matombo closed 1 year ago
Same Problem here. Any Solutions yet?
Did you try to set the cookie domain to example.org
(instead of foo.example.org
) in Ownpad configuration?
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!
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.