-
Notifications
You must be signed in to change notification settings - Fork 705
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
[Bug]: Warning - AppManger::checkAppForUser - can't decode group IDs
- Update to 29.0.2
#4806
Comments
Please provide the output of Also, I note you're running
Please see: https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-run-occ-commands DetailsThe The provided log entry, once considered in the context it's shown, suggests this string is literally what populates the
Not surprisingly this follows it: This is expected to be one of:
Best guess about underlying causeI suspect something before the upgrade populated that value somehow. It would presumably have been an @szaimen: This may be AIO specific. If I had to guess this would be a possible area of interest: all-in-one/Containers/nextcloud/entrypoint.sh Lines 406 to 409 in 87cc69c
And it gets populated here: all-in-one/Containers/nextcloud/entrypoint.sh Line 165 in 87cc69c
These touch that key and are executed during upgrades with the contents populated from a value saved before the upgrade. Given the underlying error:
Sounds like the underlying cause is a permissions matter pre-upgrade that prevented We should probably check for an error indication there I guess, but the underlying cause beyond that is unclear. It sounds like a configuration matter: the data directory isn't supposed to be owned by 99 in AIO I don't think. Perhaps @Joly0 can explain why their data directory is owned by an odd user in their environment. :-) |
AppManger::checkAppForUser - can't decode group IDs
- Update to 29.0.2
What I dont unferstand is that error message. In 29.0.2 it should check the config folder and not the data directory. See #4794 (comment) and below |
It's populating |
But @Joly0 is reporting that this message (which is referring to the data directory qnd mot the config directory) is still printed even though they are on 29.0.2... |
That message isn't being generated in real-time. It's saved here prior to the upgrade when the apps are proactively disabled: all-in-one/Containers/nextcloud/entrypoint.sh Lines 163 to 167 in 87cc69c
The So there are two issues:
|
I see. In that case it actually is an AIO issue. Will have a look next week. |
I was pretty confused too at first. :-) |
Not sure if its still needed:
|
Hi, this is fixed for anyone in the future, however you will need to fix it for yourself manually. Run the following commands for all your custom apps: |
Hey, thanks for solving this issue so fast. Just to clarify, with "run for all your custom apps" you mean all the enabled apps here:
? |
For all apps inside the custom_apps folder |
Bug description
My log is spammed with this error "Warning - no app in context" (like 10-20 per second)
Steps to reproduce
Expected behavior
Should work without any issues
Installation method
Official All-in-One appliance
Nextcloud Server version
29
Operating system
Other
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 22.1 to 22.2)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
Have opened an issue report already over at the nextcloud-aio github page with additional information:
#4794
The text was updated successfully, but these errors were encountered: