-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Slow Nextcloud #3911
Comments
I don't have any errors(in this time, for now), but it's weird because i need to wait just for login page. When i log in, everything works ok... 🤔 |
Hmm... any network timeouts in the browsers network console? |
This looks more like a setup problem. So only loading the login page is slow? If the login page is fast, but after clicking the "Login" button it takes really long, then this could be the brute force protection (if this is the case you can disable it in config.php to verify it). Otherwise please ask in the forums for help: https://help.nextcloud.com |
i can confirm this issue:
differences to my setup from @emillod:
|
sorry for forgetting the logs! i got multiple times
...so what is the matter with nextcloud and htaccess password-protection? (within the same protected folder i installed several CMS, and all their login work without any trouble!) |
@DJCrashdummy But maybe when other users have the same problem, dev team do something :D |
@emillod: well... i'm not 100% sure if we suffer the same problem!
please try to answer this questions, because without information nobody can help you/us or fix a eventual bug! with less information it gets more costlier to help/fix a bug and the less people will try to do so. - maybe that's a reason why you don't get any further assistance... |
Shiiiiiiiiiiiiit...... After I add 'auth.bruteforce.protection.enabled' => false, to config.php, Nextcloud works OK ! :D |
@emillod that should've not be disabled. If this is needed then your configuration is not correct. It seems that the proxy in front of the Webserver doesn't properly forward the clients ip |
I know, but this is just my private Nextcloud in my Local Home network |
Totally up to you but this protects from attacks where people try a ton of passwords. |
@MorrisJobke thanks for advice. |
Configure your proxy correctly to propagate the client IP addresses via HTTP headers. Long answer short: no. |
Steps to reproduce
Expected behaviour
I just want to open (in short time) login page.
Actual behaviour
I need to wait (i check this clock) 5 min for load login page
Server configuration
Operating system: Centos 7
Web server: Apache
Database: MySQL
Nextcloud version: 11.0.2 (stable)
Updated from an older Nextcloud/ownCloud or fresh install: Updated from an older Nextcloud
Where did you install Nextcloud from: original source
Signing status
Are you using external storage, if yes which one: nextcloud
Are you using encryption: yes
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Google Chrome
Operating system: Windows 10
The text was updated successfully, but these errors were encountered: