Hey together,
I’ve installed Nextcloud with docker-compose with an apache reverse proxy. Unfortunately I am missing a specific app from Nextclouds app store.
I wanted to install TOTP (2FA for the nextcloud accounts) which is available when I check the online web store (Two-Factor TOTP Provider - Apps - App Store - Nextcloud). I have no clue why this app is missing as I am matching the requirements for this app.
I am running
- docker-compose: 1.28.2
- php: 7.4.14 (>=7.2.0,<7.5.0)
- nextcloud: 20.0.6 (needed: >=18.0.0,<21.0.0)
I could install other apps and they all seem to be showing in the menu.
Could anybody give me a hint where to look for an error or what could cause this problem?
I’ve checked the apache (reverse proxy) log and the nextcloud log but couldn’t see any errors that I would connect to my issue.
Thanks in advance,
Phil