mdiehl
1
Hello,
This post is related to:
Basically:
I’ve got activity logs configured on my server, but when I receive an email notification, the link doesn’t work.
Clicking on the link brings up the calendar in month view, but it has a side panel on the right that says:
Event does not exist
It might have been deleted, or there was a typo in a link
I was logged into NextCloud when I tested this.
I did see other posts about this, but they were pretty old. I’m hoping this has been fixed. I was told that is was fixed in 28.0.5. So I upgraded.
I’m now running Nextcloud Hub 8 (29.0.4) and just tested… I’m still seeing “Event does not exist” when I click on the activity link…
Any suggestions?
Mike.
jtr
2
Any failing transactions under the Network tab in your browser inspector?
Any warnings or errors under Admin settings->Overview?
mdiehl
3
Man, I wish I had thought about that.
Yes, I did see some errors. I think the most important error is:
Content-Security-Policy warnings 3
Content-Security-Policy: Ignoring “‘self’” within script-src-elem: ‘strict-dynamic’ specified next
Content-Security-Policy: Ignoring “https://nextcloud.example.com” within script-src-elem: ‘strict-dynamic’ specified next
Content-Security-Policy: Ignoring ‘unsafe-eval’ or ‘wasm-unsafe-eval’ inside “script-src-elem”.
I’ve replaced my actual FQDN, above.
I’m running Next cloud in a container behind nginx proxy manager.
I think I understand the problem… So, how do I fix this?
Mike.
mdiehl
4
So, is this a Next Cloud issue, or an nginx proxy manager issue?
Thoughts?
Mike.