The below output is from before I upgraded (meaning it's from my NC 31 instance). I had to roll back and don't want to upgrade into a broken state again until I have something else I can try. I suspect it will be nearly the same though, with just a slightly different version.
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"*.<my_domain>"
],
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "31.0.14.1",
"overwrite.cli.url": "https:\/\/next.<my_domain>",
"overwriteprotocol": "https",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"mysql.utf8mb4": true,
"installed": true,
"memcache.local": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"memcache.locking": "\\OC\\Memcache\\Redis",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpsecure": "tls",
"loglevel": 2,
"maintenance": false,
"maintenance_window_start": 8,
"default_phone_region": "US",
"theme": ""
}
}
How to use GitHub
Steps to reproduce
Expected behaviour
The expected behavior is that I should be able to continue using my configured OIDC provider, which happens to be authentik.
Actual behaviour
Instead, all traces of this app and its configuration are completely missing. I had to roll back to my preupgrade backups to be able to get it working again. There are 0 related logs to this app when I look in the Logging section under the Admin page.
I was looking through the upgrade docs and saw that it said this:
If AppAPI is disabled, other apps that depend on it will not be visible in the app store. Does this app require AppAPI? I wonder if that is why?Any other ideas on why this would be breaking would be much appreciated. For now I am stuck on unsupported NC 31 and would like to upgrade to NC 32 as soon as possible.
Thank you so much for any help!
Server configuration
Web server: Apache
Database: Maria
PHP version: 8.3
Nextcloud version: 32.0.8 (Docker)
List of activated apps
Nextcloud configuration
Browser
Browser name: Firefox
Browser version: Version 149.0.2
Operating system: Windows
Browser log
N/A - No relevant logs that I could find. Let me know if there is anywhere else I can check other than the Admin > Logging, Docker logs, and browser logs.