Openproject connection to Nextcloud

I want to connect Openproject with Nextcloud.
By adding the Nextcloud Storage to openproject the following Error appears:

Host ist nicht vollständig eingerichtet. Die Nextcloud Instanz erhält nicht den “Authorisierung”-Header, was für eine auf Bearer Token basierende Autorisierung von API-Anfragen notwendig ist. Bitte überprüfen Sie Ihre HTTP-Server-Konfiguration.

Configuration of My Nextcloud
Nginx Proxy manager
Apache2 Server
Nextcloud24
OpenProject 12.2.2

On Apache2 the mods headers, rewrite and env are already enabled how it is recommended in this post: Nextcloud integration | OpenProject Community

Could Nginx be the problem?

Exactly, make sure that all the proxies and http servers (Nginx + Apache2) do not strip the HTTP Authorization header.

1 Like