-
Notifications
You must be signed in to change notification settings - Fork 3
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]: Error in log "App Related Resources - error Related Resource Provider NotFound Error" when acces to contact / circles app #362
Comments
To provide more information when trying to solve the problem, after several tests, if the circles app is disabled, the log error does not reproduce. But the circles app is very valid for us and that error did not appear before. |
I have simulated an upgrade from version 27.1.6 with the contact app (v: 5.5.2), circles (v: 27.0.1) and related_resources (v:1.2.0) to version 28.0.2 of Nextcloud and I confirm that the bug appears in version 28 of Nextcloud. Thanks a lot for your work |
After several tests and reviewing the code, I think the problem is checking to see if the deck, contacts and calendar app are installed. If they are not installed and enabled, it gives that error that did not appear before. Is there a workaround? |
Any news about this problem?. |
Getting the same error on 28.0.4 |
Are you guys using Hestia CP ? |
Same issue with Nextcloud 29, Related Ressources V1.4.0 |
I have also found this to be due to Related Resources V1.3.0. I have disabled this app and cleared my log and so far so good. |
Any news about this bug or problem? |
Confirmed. I'm also getting these. |
Same problem here. We disabled the related_resources app for now. |
Same problem here, too. App expects 'deck' to be installed, but never was. Exception thrown: OCA\RelatedResources\Exceptions\RelatedResourceProviderNotFound |
I too have this problem. I'm not sure if it actually is one since everything appears to work normally but I see lots of such errors in the logs. Version is Nextcloud Hub 7 (28.0.11), hosted natively on Ubuntu behind nginx. No docker or anything. Can we get information about the severity of this? Is this just a stray error without real consequence or is that a bug? Is there a workaround if installing "Deck" is not enough? |
Got the same trouble with Nextcloud 30.0.1;
I don't think of a possible misconfiguration please I correctly, step-by-step patiently implemented Nextcloud requirements with everything possible, so the admin overview page says "all passed" in green tick, however these error/warning logs are produced. Any idea? |
Bug description
After installing the Contacts app, every time we access these 6 messages appear in the log.
Error | related_resources | RelatedResourceProviderNotFoundException thrown: OCA\RelatedResources\Exceptions\RelatedResourceProviderNotFoundException thrown: OCA\RelatedResources\Exceptions\RelatedResourceProviderNotFound | Feb 22, 2024, 2:03:24 PM |
Error | related_resources | RelatedResourceProviderNotFoundException thrown: OCA\RelatedResources\Exceptions\RelatedResourceProviderNotFoundException thrown: OCA\RelatedResources\Exceptions\RelatedResourceProviderNotFound | Feb 22, 2024, 2:03:24 PM |
Error | related_resources | RelatedResourceProviderNotFoundException thrown: OCA\RelatedResources\Exceptions\RelatedResourceProviderNotFoundException thrown: OCA\RelatedResources\Exceptions\RelatedResourceProviderNotFound | Feb 22, 2024, 2:03:24 PM |
Error | related_resources | RelatedResourceProviderNotFoundException thrown: OCA\RelatedResources\Exceptions\RelatedResourceProviderNotFoundException thrown: OCA\RelatedResources\Exceptions\RelatedResourceProviderNotFound | Feb 22, 2024, 2:03:24 PM |
Error | related_resources | RelatedResourceProviderNotFoundException thrown: OCA\RelatedResources\Exceptions\RelatedResourceProviderNotFoundException thrown: OCA\RelatedResources\Exceptions\RelatedResourceProviderNotFound | Feb 22, 2024, 2:03:24 PM |
Error | related_resources | RelatedResourceProviderNotFoundException thrown: OCA\RelatedResources\Exceptions\RelatedResourceProviderNotFoundException thrown: OCA\RelatedResources\Exceptions\RelatedResourceProviderNotFound
After testing, we have detected that if we have the Deck, Calendar and Talk apps installed and enabled, it does not give this error message. We think that the app does not correctly detect that these providers are not installed. Tested with NextCloud 28.0.1, 28.0.2 and 28.0.3 RC1 y 28.0.3 RC2.
Test with php8.1 and php 8.2 with the same result and error messages.
Steps to reproduce
Expected behavior
No errors logs.
Installation method
Community Web installer on a VPS or web space
Nextcloud Server version
28
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
MariaDB
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?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: