All right, so client side it looks okay then. The check on the server (for that error message that you’re seeing) is quite simple:
So it looks like the header never reaches the server (or at least not the php code).
Which webserver are you all using and which kind of php (mod_php or php-fpm)?
Sorry I am unable to wrap my head around this, something must be missing…
But what I noticed, you said you’re using php-fpm, but as module mod_php is loaded?!
I have the same issue using IONOS shared webspace. This behavior started on the latest version of 33. Because of this I upgraded to version 34.0.1 but with no improvement.
And I see the same behaviour on my RasPi test drive installation. There are no issues with this using webspace of other hosters like All-Inkl, Lima City etc. So, it may be related to IONOS. However, there must also be a change in Nextcloud that triggers this behavior, because password generation works in earlier versions of 33.
I suppose that’s also why there’s a problem with apps not being able to be updated via the web interface.
Just standard installation of apache from RasPI OS. Uploaded php files, setup MariaDB, only http, that’s it. I haven’t looked into it any further yet. I just happened to notice it this morning.
As the person who started this thread, I suspect that a required module is unavailable on the IONOS web space.
Since I need a working system soon, I am opting to migrate to a vServer where I have full control over Apache.
Quick update:
On my RasPi, the .htaccess files were indeed being ignored by the default settings. However, without the .htaccess files, there’s a problem transferring authorisation to Nextcloud. Fixed, config problem.
In my view, mod_rewrite has nothing to do with the authorisation issue. Nevertheless, it should, of course, be there and work properly.
At the moment, I’m checking whether there’s a problem with unavailable Apache modules. I’ve found a list from IONOS to figure this out. I suspect that a module is unavailable. An initial test seems to confirm this. Stay tuned.
It depends, it is not strictly neccessary (there are other modules doing a similar thing when you check the .htaccess), but it also sets the Auth headers (again, check .htaccess).
I am on Hetzner managed service (v33.0.8) and same problem here.
Before it was working, but now the dialog with the new app password is not coming in.
occ is not an option here, because only I have occ access, my users don’t.