-
Notifications
You must be signed in to change notification settings - Fork 814
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
[Bug]: status.php gives 403 #6523
Comments
I encountered the same error, created debug archive. Also on Mac OS 14.4
My other two accounts, christine on tech-preview.nextcloud.com (running 29.0.0 beta 1) and on cloud.josandcamila.com (private) both had no 403 issues. So it seems, to my non-technical eyes, a server issue. Perhaps over-active protection? Weird enough, I can visit the server just fine in the browser. Find the debug archives of 3.12.1, 3.12.0 and 3.11.2 here: https://cloud.nextcloud.com/f/8411498 (internal link, folder shared with the desktop team) Tried to connect with a VPN so the connection comes from a different IP address. Makes no difference, 403 forbidden. |
I also I tried to do what you did by installing 3.12.0 and upgraded to 3.12.1 and I don't get 403 against nextcloud.com (server 28.0.3.2) or against my private one (server 28.0.1.1). |
Used client from command line to try and create a new account: it says it is unable to connect to cloud.nextcloud.com! Screenshot: https://cloud.nextcloud.com/f/8411563 Camila can't reproduce and has resorted to reading the code of the server check 🙈 |
Now I am also affected by this after upgrading to mac OS Sonoma 14.4. Yesterday I was running 14.2. |
Our performance test server is also giving me a 403. |
We had a rule in apache to block a buggy client version: and the actual problem was the OSX version
Changed it to:
Works again:
Old version is still blocked:
|
That had a copy of the same Apache2 config. Also adjusted there |
Bug description
Since updating to 3.12.1 I can't connect to Nextcloud anymore. I says that status.php returns a http 403. But when I try to access status.php with the browser or curl is give a 200 which is correct.
Steps to reproduce
open the desktop client and try to sync.
...
Expected behavior
no error
...
Which files are affected by this bug
all
Operating system
Mac OS
Which version of the operating system you are running.
macos 14.4
Package
Appimage
Nextcloud Server version
28.0.3
Nextcloud Desktop Client version
3.12.1
Is this bug present after an update or on a fresh install?
Updated from a minor version (ex. 3.4.2 to 3.4.4)
Are you using the Nextcloud Server Encryption module?
Encryption is Enabled
Are you using an external user-backend?
Nextcloud Server logs
Additional info
..
The text was updated successfully, but these errors were encountered: