Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pmgoetze opened this issue Mar 21, 2024 · 1 comment
Open

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

pmgoetze opened this issue Mar 21, 2024 · 1 comment

Comments

@pmgoetze
Copy link

pmgoetze commented Mar 21, 2024

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
Copy link
Member

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: nextcloud/server#25790.
Purported to be fixed since nextcloud/server#26131 but might give a good point for us to start from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants