-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with nextcloud behind proxy #1327
Comments
This is an old issue, but... Lessons learned using nextcloud behind a cloudflare proxy:
Comments specific to this issue:
Working Config
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, don't know whether this is the exact best spot to report this issue, because the same issue happens when using the backup-codes.
Steps to reproduce
Expected behaviour
Successful sign in to my account
Actual behaviour
I get the following error:
The operation couldn't be completed. (actual domain replaced with my.domain and parameters after login/flow/grant? removed)
(NSURLErrorDomain error
-999.)_WKRecoveryAttempterErrorKey
<WKReloadFrameErrorRecoveryAttemp
ter: 0x28348f300>
NSErrorFailingURLStringKey https://
cloud.my.domain/login/challenge/
totp?redirect_url=/login/flow/grant?[...]
NSErrorFailingURLKey https://
cloud.my.domain/login/challenge/
totp?redirect_url=/login/flow/grant?[...]
The weird thing is, that after I click on "ok", it displays nextcloud as a logged in website, it just doesn't actually link it to the app.
Sign in for non 2FA accounts works fine
Security Setups and Warnings says "all checks passed"
Server configuration
Unraid with nextcloud docker and Nginx Proxy manager
https://cloud.my.domain --> Nginx Proxy Manager (with letsencrypt certificate, force https, http/2, HSTS, netfinger etc. specified according to nextcloud documentation) --> http://192.168.xx.yy:httpport
Version: (see admin page)
25.0.3
Updated from an older version or fresh install:
fresh install, restored from previous server running on Ubuntu, also version 25.0.3 though
The content of config/config.php:
The text was updated successfully, but these errors were encountered: