-
Notifications
You must be signed in to change notification settings - Fork 285
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
Activity app sends no Deck updates #5536
Comments
Issue confirmed on my side. This is actually present since several releases. Would be great to have it fixed. |
Same here. We have another instance in the nearly same configuration, which works.
|
Hello everyone, also i have problem with deck, when deck is enable load all activity get fail, but when i disable deck all activty load without any error. |
this problem solved with: DELETE FROM oc_activity WHERE app='deck'; in mariadb. |
As was explained, this issue seems to occur because of rich objects set by Deck. |
@en-iman Is it safe to clear the tables, will the notifications from the Deck work? |
I've cleared it, but still don't see notifications :)
…On Mon, 5 Feb 2024 at 15:58, PetrHar ***@***.***> wrote:
@en-iman <https://github.com/en-iman> Is it safe to clear the tables,
will the notifications from the Deck work?
—
Reply to this email directly, view it on GitHub
<#5536 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFO3Q5W5Z4272CRQ4VF7PZTYSDXSZAVCNFSM6AAAAABCTLTKOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRXGE4TKNJTGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I am afraid this would not fix anything. As I understand it, oc_activity is for NC activities, but the issue is within oc_activity_mq which is regularly populated with changes and sent in predefined intervals to emails. The table is emptied based on the cron schedule, all records are removed once sent but anything regarding Deck does not make it to the email. There must be some sanitazition that removes invalid messages. |
yes now notification work and all past notifications showing but don't forget before enter the script take a backup. have luck my friend. |
I don't really want to clean it yet, it seems very low to me so we don't cause more problems. Is there a developer here? Any idea when the patch will be released? |
Just run in mysql
|
Duplicate of #5499 |
Still no email notifications with Deck 1.12.2 in Nextcloud 28.0.3. |
confirming that no email notifications working for deck latest 1.12.2 in Nextcloud 28.0.3 for me too |
How to use GitHub
Describe the bug
I have a email notifications set for Deck as well as for other apps. I recently made an upgrade from NC27 to NC28, updated all apps and since then when I receive an email with activities, the Deck activity is missing, is empty. Other apps, such as files app activities are displayed just fine.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The email should be populated with Deck activity
Screenshots
Please see nextcloud/activity#1521 as this is a cross-post bug report but Activity app seems to work just fine.
Client details:
Server details
Operating system:
docker.io/nextcloud:28-fpm-alpine
Web server:
within the container, using Caddy as a proxy
Database:
Postgres
PHP version:
within the container
Nextcloud version: (see Nextcloud admin page)
28.0.1.1
Where did you install Nextcloud from:
docker from the mentioned source above
Signing status:
List of activated apps:
Nextcloud configuration:
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no
Logs
Nextcloud log (data/nextcloud.log)
Browser log
The text was updated successfully, but these errors were encountered: