### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/201…6-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
---
### Steps to reproduce
1. Update Nextcloud AIO to v33
2. Update App to v2
3. Try to send a pdf
### Expected behaviour
I've updated my NC AIO to the v33 (dockerised) and update the app to the v2
### Actual behaviour
Settings are ok :
<img width="955" height="322" alt="Image" src="https://github.com/user-attachments/assets/4206c8e6-b5d1-49c3-8b7d-58162a425a66" />
the integration menu doesn't appear :
<img width="816" height="422" alt="Image" src="https://github.com/user-attachments/assets/8e4f9e13-1481-4aef-87af-8ab7c08519c3" />
### Server configuration
**Web server:** Apache ghcr.io/nextcloud-releases/aio-apache:latest
**Database:** PostgreSQL 15 (docker)
**PHP version:**
**Nextcloud version:** v33.0.0 AIO docker
<details>
<summary>List of activated apps</summary>
Enabled:
- activity: 6.0.0-dev.0
- admin_audit: 1.23.0
- bookmarks: 16.1.3
- bruteforcesettings: 6.0.0-dev.0
- calendar: 6.2.1
- circles: 33.0.0
- cloud_federation_api: 1.17.0
- contacts: 8.4.1
- contactsinteraction: 1.14.1
- dashboard: 7.13.0
- dav: 1.36.0
- deck: 1.17.0
- drawio: 4.2.3
- federatedfilesharing: 1.23.0
- federation: 1.23.0
- files: 2.5.0
- files_antivirus: 6.2.0
- files_downloadlimit: 5.1.0-dev.0
- files_external: 1.25.1
- files_fulltextsearch: 33.0.0
- files_pdfviewer: 6.0.0-dev.0
- files_reminders: 1.6.0
- files_sharing: 1.25.2
- files_trashbin: 1.23.0
- files_versions: 1.26.0
- firstrunwizard: 6.0.0-dev.0
- fulltextsearch: 33.0.0
- fulltextsearch_elasticsearch: 33.0.0
- integration_documenso: 2.0.0
- logreader: 6.0.0
- lookup_server_connector: 1.21.0
- mail: 5.7.4
- maps: 1.6.0
- nextcloud-aio: 0.8.0
- notes: 4.13.1
- notifications: 6.0.0
- notify_push: 1.3.1
- oauth2: 1.21.0
- password_policy: 5.0.0-dev.0
- photos: 6.0.0-dev.0
- previewgenerator: 5.13.0
- privacy: 5.0.0-dev.0
- profile: 1.2.0
- provisioning_api: 1.23.0
- recommendations: 6.0.0-dev.0
- related_resources: 4.0.0-dev.0
- richdocuments: 10.1.2
- serverinfo: 5.0.0-dev.0
- settings: 1.16.0
- sharebymail: 1.23.0
- spreed: 23.0.2
- support: 5.0.0
- survey_client: 5.0.0-dev.0
- suspicious_login: 11.0.0-dev.0
- tables: 2.0.1
- tasks: 0.17.1
- text: 7.0.0-dev.3
- theming: 2.8.0
- twofactor_backupcodes: 1.22.0
- twofactor_totp: 15.0.0-dev.0
- updatenotification: 1.23.0
- user_status: 1.13.0
- viewer: 6.0.0-dev.0
- webhook_listeners: 1.5.0
- whiteboard: 1.5.7
- workflow_pdf_converter: 4.0.0
- workflowengine: 2.15.0
</details>
<details>
<summary>Nextcloud configuration</summary>
```
{
"system": {
"one-click-instance": true,
"one-click-instance.user-limit": 100,
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"check_data_directory_permissions": false,
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"password": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"overwritehost": "MYDOMAIN",
"overwriteprotocol": "https",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"localhost",
"jean.hello-it.fr"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "pgsql",
"version": "33.0.0.16",
"overwrite.cli.url": "https:\/\/MYDOMAIN\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"updatechecker": true,
"loglevel": 2,
"log_type": "file",
"logfile": "\/var\/www\/html\/data\/nextcloud.log",
"log_rotate_size": 10485760,
"log.condition": {
"apps": [
"admin_audit"
]
},
"preview_max_x": 2048,
"preview_max_y": 2048,
"jpeg_quality": 60,
"enabledPreviewProviders": {
"1": "OC\\Preview\\Image",
"2": "OC\\Preview\\MarkDown",
"3": "OC\\Preview\\MP3",
"4": "OC\\Preview\\TXT",
"5": "OC\\Preview\\OpenDocument",
"6": "OC\\Preview\\Movie",
"7": "OC\\Preview\\Krita",
"0": "OC\\Preview\\Imaginary",
"23": "OC\\Preview\\ImaginaryPDF"
},
"enable_previews": true,
"upgrade.disable-web": true,
"mail_smtpmode": "smtp",
"trashbin_retention_obligation": "auto, 30",
"versions_retention_obligation": "auto, 30",
"activity_expire_days": 30,
"simpleSignUpLink.shown": false,
"share_folder": "\/Shared",
"one-click-instance.link": "https:\/\/nextcloud.com\/all-in-one\/",
"upgrade.cli-upgrade-link": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/2726",
"updatedirectory": "\/nc-updater",
"maintenance_window_start": 100,
"allow_local_remote_servers": true,
"davstorage.request_timeout": 3600,
"documentation_url.server_logs": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/5425",
"htaccess.RewriteBase": "\/",
"dbpersistent": false,
"auth.bruteforce.protection.enabled": true,
"ratelimit.protection.enabled": true,
"files_external_allow_create_new_local": false,
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"preview_imaginary_url": "***REMOVED SENSITIVE VALUE***",
"preview_imaginary_key": "***REMOVED SENSITIVE VALUE***",
"app_install_overwrite": [
"maps",
"nextcloud-aio"
],
"data-fingerprint": "db04abbe0f77356f21794aef209507f7",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": true,
"mail_sendmailmode": "smtp",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"memories.db.triggers.fcu": true,
"memories.exiftool": "\/var\/www\/html\/custom_apps\/memories\/bin-ext\/exiftool-amd64-musl",
"memories.vod.path": "\/var\/www\/html\/custom_apps\/memories\/bin-ext\/go-vod-amd64",
"memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
"memories.vod.ffprobe": "\/usr\/bin\/ffprobe",
"updater.release.channel": "stable"
}
}
```
</details>
### Browser
**Browser name:** Firefox
**Browser version:** 148.0.2
**Operating system:** Windows/
<details>
<summary>Browser log</summary>
```
Insert your browser log here, this could for example include:
13:23:27,425 Avertissements Content-Security-Policy 2
13:23:27,591 GET
https://MYDOMAIN/apps/files_versions/css/sidebar-tab.css?v=24699486-16
NS_ERROR_CORRUPTED_CONTENT
13:23:29,069 Uncaught TypeError: can't access property "Tab", OCA.Files.Sidebar is undefined
<anonymous> track-metadata-tab.js:35
<anonymous> maps-track-metadata-tab.js:2
<anonymous> maps-track-metadata-tab.js:2
track-metadata-tab.js:35:26
13:23:29,271 Setting current user actor.ts:52:12
13:23:29,822 Initializing unified search plugin-filters from talk search.js:22:10
13:23:29,837 [WARN] @nextcloud/vue: You need to fill either the text or the ariaLabel props in the button component.
Object { uid: "admsgelly", app: "@nextcloud/vue", level: 2, text: undefined, ariaLabel: null, instance: {…} }
index.mjs:44:17
13:23:29,857 [WARN] @nextcloud/vue: You need to fill either the text or the ariaLabel props in the button component.
Object { uid: "admsgelly", app: "@nextcloud/vue", level: 2, text: undefined, ariaLabel: null, instance: {…} }
index.mjs:44:17
13:23:29,867 [WARN] files_sharing: OCA.Sharing.ExternalShareActions is deprecated, use `registerSidebarAction` from `@nextcloud/sharing` instead
Object { app: "files_sharing", uid: "admsgelly", level: 2 }
index.mjs:44:17
13:23:30,251 Notifications permissions not yet requested NotificationsApp.vue:466:12
13:23:30,254 Has notify_push enabled, slowing polling to 15 minutes NotificationsApp.vue:230:12
13:23:30,254 Polling interval updated to 900000 NotificationsApp.vue:412:12
13:23:30,254 Started background fetcher as session_keepalive is enabled NotificationsApp.vue:279:13
13:23:30,443 Content-Security-Policy : Les paramètres de la page ont empêché le chargement d’une ressource (default-src) à l’adresse https://MYDOMAIN/custom_apps/bookmarks/js/bookmarks-src_components_CustomPickerElement_vue.js?v=faafb8cd6b3373af90d5 car elle enfreint la directive suivante : « default-src 'none' » files
13:23:30,446 Got notification data, restoring default polling interval. NotificationsApp.vue:368:13
13:23:40,207 Cette page est en mode de compatibilité (quirks). La mise en page peut en être affectée. Pour le mode standard, utilisez « <!DOCTYPE html> ».
```
</details>
Do you have an idea?