Error occurred while checking server setup, but there are not

Update:

I have investigated this a bit further and did a proper reset of my Nextcloud-AIO instance and created a new one - in one case with all standard settings and in the second case with “ClamAV”, “Fulltextsearch” and “Docker Socket Proxy” enabled.
In both cases the Administration web-UI showed did not show setup errors - only errors in the log …

Nextcloud-AIO standard


Nextcloud-AIO with “ClamAV”, “Fulltextsearch” and “Docker Socket Proxy”



I have now installed Nextcloud-AIO with standard settings again and restored the backup (using BorgBackup Solution integrated into AIO) and this time I do get the setup errors in the Administration web-UI again … :grimacing: (and a lot of HTTP 429 - too many requests - errors)


Update:
I just found a very similar issue that is apparently a bug of the new NC Version 28.0.1 that I use:

I will wait patiently how this issue will get solved :innocent:


2024-01-29 (sorry, I am not allowed to make a new post by the forum :roll_eyes:):
I finally figured out the issue of my installation … and it of course is self-inflicted due to my setup :face_with_peeking_eye: :

I had set a rate limit on my reverse proxy of 10 request/s & 10 requests burst.

At the time I configured the reverse proxy I thought about “user”-request, which 10 of them per second would be plenty for my home environment.
Of course loading a web page implies multiple request, and after 10 requests the reverse proxy replied with the Error 429 - too many requests

Rate limiting a public facing connection is good practice, but this time it made me big headaches where my issue is comming from :see_no_evil:

Final note: only raising the “burst” limit is enough, the average rate could be left fairly low. I have now an average rate of 20 request / s and a burst of 200.

Cheers, Simon