Local storage missing

Nextcloud version (eg, 20.0.5): 24.0.7
Operating system and version (eg, Ubuntu 20.04): Linux Mint 21
Apache or nginx version (eg, Apache 2.4.25): NC AIO
PHP version (eg, 7.4): NC AIO

The issue you are facing:
Local storage option missing (yes, I am in settings/admin/externalstorages). Looking at the code in dev tools, it looks like it should be there as “Local” is the first element in the JSON, but it doesn’t appear.

{
    "local": {
        "name": "Local",
        "configuration": {
            "datadir": {
                "value": "Location",
                "flags": 0,
                "type": 0,
                "tooltip": ""
            }
        },
        "custom": [],
        "identifier": "local",
        "identifierAliases": [
            "local",
            "\\OC\\Files\\Storage\\Local"
        ],
        "backend": "Local",
        "priority": 150,
        "authSchemes": {
            "null": true
        }
    },...

Is this the first time you’ve seen this error? (Y/N): Y

Hi, did you see this? GitHub - nextcloud/all-in-one: Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.

I had not seen that. Thanks.