-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
memories not displaying pictures, nginx error? #1236
Comments
I also have the same behaviour on Nginx but have not touched any configuration recently. |
I had the same issue behind nginx. Resources were not loading, images were greyed out. The solution was to add this HTTP COEP header to the web server configuration: add_header Cross-Origin-Embedder-Policy credentialless; |
Modified and it worked instantly after reloading Nginx. |
Worked for me also, thanks a lot |
Can be closed |
Never seen this before. This either needs to go to docs or the code itself. |
Yesterday i updated to nextcould 30.0.0 (via beta channel) in dietpi 9.7.1
|
Today I had a problem when installing Collabora office, when the mentioned header blocked opening files. I had to remove it. But as @droogi wrote after updating Nextcloud to version 30, the photos from Memories load without this header. Also maps work fine for me without this header. |
It is nextcloud office 8.5.1 which blocks memories and maps, |
Nextcloud office issue: nextcloud/richdocuments#4103 |
Describe the bug
I installed memories and run the index command. When i open memories, there are grey icons for the pictures taken, but no preview. after clicking the image, no picture is loaded. Clicking on last year picture in the first row, the picture is displayed.
video icons are also grey, but the video is displayed when the icon is clicked
in debugger i get an error message:
Content-Security-Policy: Die Einstellungen der Seite haben das Laden einer Ressource (font-src) auf chrome-extension://539cfbe6-a0c1-4439-abc8-32a9404f71d9/static/assets/fonts/WorkSans-Black.ttf blockiert, da sie gegen folgende Direktive verstößt: "font-src 'self' data:"
is it a nginx config issue, since external sites (i.e. in maps) are not displayed?
Steps To Reproduce
No response
Platform
`- installed: true
{
"system": {
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"localhost",
"*"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "29.0.2.2",
"hashingThreads": 4,
"memcache.local": "\OC\Memcache\APCu",
"filelocking.enabled": true,
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 0
},
"overwrite.cli.url": "https://mysite.org/nextcloud",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"default_language": "de_DE",
"default_locale": "de",
"default_phone_region": "DE",
"share_folder": "/shared",
"instanceid": "REMOVED SENSITIVE VALUE",
"maintenance": false,
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "587",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"mail_smtpsecure": "tls",
"theme": "",
"filesystem_check_changes": 1,
"preview": "false",
"loglevel": 0,
"app_install_overwrite": [
"deck",
"radio",
"podcast",
"news",
"files_texteditor",
"ocr"
],
"twofactor_enforced": "false",
"twofactor_enforced_groups": [
"Poweruser"
],
"twofactor_enforced_excluded_groups": [],
"updater.release.channel": "stable",
"memories.db.triggers.fcu": true,
"memories.exiftool": "/var/www/nextcloud/apps/memories/bin-ext/exiftool-aarch64-glibc",
"memories.vod.path": "/var/www/nextcloud/apps/memories/bin-ext/go-vod-aarch64",
"enabledPreviewProviders": [
"OC\Preview\Image"
],
"memories.gis_type": 1
}
}
root@DietPi [21:02:10]~ # sudo -u www-data php /var/www/nextcloud/occ app:list
Enabled:
Disabled:
Screenshots
No response
Additional context
The text was updated successfully, but these errors were encountered: