-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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]: No notification on comments; activity app reports InvalidObjectExeption Object is invalid, value is not a string #51427
Comments
@DrDBanner Thank you for reporting this! I'm having a hard time to understand this, because I do not understand where the invalid data is coming from. |
Eh yes sorry 😬 While I was working on this, I created #51442 to make future debugging. |
no "tests" in path hence the patch fails |
Ah forgot about that, now this one should really work now™: |
@provokateurin GM ... I updated to RC2 and reapplied the patch. Then I disabled deck, just to be sure, because I get a lot of nextcloud/deck#6815 these. Then I truncated
which lead to a notification mail with
and this is the full error
Now the log gets flooded with that even if I delete the file from the Webinterface. (maybe a good idea prevent that in the future as well; If a resource is marked deleted do not try to execute jobs on them or related to them) ![]() Truncating the activity table stops the execution and production of the error. |
Thanks! I won't get to it this week, but with this information I should be able to find the source of the error. |
Bug description
Since the 31.0.0.1 RC1 upgrade from 30.x Branch:
Level: Error
App: activity
I am unsure if the error is related to the issue. I also truncated the
oc_comments
,oc_comments_read_markers
,oc_activity
andoc_activity_mq
just to be sure there's no issue.Steps to reproduce
Expected behavior
Notification in browser and mobile devices work.
Nextcloud Server version
31
Operating system
Other
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 31 to 32)
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
Notifications app output in console after login:
ResizeObserver error is thrown exactly the moment I open a card in the deck:
RangeError: Maximum call stack size exceeded is thrown the moment I click on the notifications bell in the webinterface
The text was updated successfully, but these errors were encountered: