Closed cindrmon closed 10 months ago
I'm having the same issue. Did you find a solution?
I haven't yet. But for some reason, from my other issue where I can't establish a connection from within the same server when I'm trying to set up loolwsd, it works when I use an external instance (separate from the nextcloud server) of loolwsd.
OK. I finally found my solution.
Can you try to run:
curl "https://cloud.my-domain.moe/push/test/cookie"
docker-compose exec --user www-data app curl "https://cloud.my-domain.moe/push/test/cookie"
// adjust app nameDo you get a cookie in both cases? In my case, the URL was reachable from everywhere but the nextcloud-docker-app itself (because of my traefik setup).
Closing per:
Hello..
I just want to ask why do I have this error?
I have everything all configured properly from the setup instructions; the nginx config, the systemctl service, and i didn't even touch the nextcloud config.php..
I've been looking everywhere, but I feel lost on what in particular am I supposed to look for this particular error.
I also had a similar issue when I tried connecting my local Collabora online CODE server to my own nextcloud instance on the same server, and this was the exact error it gave.
the
https://cloud.my-domain.moe/push/test/cookie
works fine, but this error is always getting in the way when I type the commandocc notify_push:setup https://cloud.my-domain.moe/push
.System Versions: OS: Debian GNU/Linux 10 Kernel: Linux 4.19.0-17-amd64 Nginx: 1.14.2 MariaDB: 10.3.29 Redis: 5.0.3 PHP: 7.3.29 Nextcloud: 22.1.0
Config Files For Reference: nginx.conf/sites-available/nextcloud
nextcloud/config/config.php
system/notify_push.service