Closed herrxyz closed 1 year ago
as it was not working, I also tried to add
location /ocs/ { try_files $uri $uri/ /ocs/v2.php?$args; }
to nxginx.conf as suggested in an solved issue somewhere (don't understand what this does)
Hmm... It doesn't look like a problem with gpoddersync but with your Nextcloud instance.
Normally, 404 should be returned instead of 301 on POST /login/v2/poll
(https://docs.nextcloud.com/server/latest/developer_manual/client_apis/LoginFlow/index.html#login-flow-v2). Do you know to where the request gets redirected? (Since 301 indicates a redirect)
For more competent help regarding general Nextcloud problems like this one, maybe https://help.nextcloud.com is a good place to start.
you are right, most likely a nextcloud problem and not of gpodder sync (just realiced that nextcloud android-app got the same problem during login) -> can be closed, sorry for disturbing you
No problem at all, finding out where the problem lies can be difficult on its own. And I just don't know too much about the authentication flow.
hello, just installed a new nextcloud-instance using this docker-compose file (including related files from this folder) https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/mariadb/fpm then installed gpodder sync nextcloud works fine, but when I try to login using Antenna-Pod it opens browser, I login, click "grant permission" but nothing happens (405 or 303 answer)
any idea to solve this problem (or at least where to look deeper)?
output from docker (changed domain & 2 IPs for security/privacy reasons):