pdsinterop / solid-nextcloud

A plugin to make Nextcloud compatible with Solid
https://pdsinterop.org/solid-nextcloud/
MIT License
71 stars 11 forks source link

invalid active-app data provided to provideInitialState by core #154

Open pmgoetze opened 3 months ago

pmgoetze commented 3 months ago

hi, i was going to test the Solid 0.8.1 on my own nextcloud instance as "untested app" which installs fine, but when trying to use it, the nc log contains error: Invalid active-app data provided to provideInitialState by core

{
    "reqId": "ZfxVKnjZQZbS0O14KQ3gJAAAAAc",
    "level": 2,
    "time": "2024-03-21T15:41:30+00:00",
    "remoteAddr": "xxx.xxx.xxx.xxx",
    "user": "xxxxxx",
    "app": "no app in context",
    "method": "GET",
    "url": "/nc/index.php/apps/solid/",
    "message": "Invalid active-app data provided to provideInitialState by core",
    "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0",
    "version": "28.0.3.2",
    "data": [],
    "id": "65fc57d15dfbc"
}

what can i do to fix this ? thank you!

Potherca commented 3 months ago

Thank you for taking the time to report this!

The error isn't familiar to me, so I'll have to do a bit of digging.

Tech notes For reference, this seems related: https://github.com/nextcloud/server/issues/25790. Purported to be fixed since https://github.com/nextcloud/server/pull/26131/ but might give a good point for us to start from.