Skip to content

note sharing not working #1804

@DelPlop

Description

@DelPlop

we recently updated from Nextcloud 31 to 32 ( we just checked it loaded and didn't test anything else ;-) ) then to 33

Steps to reproduce

  1. go to notes tab
  2. create or edit a note
  3. click on ... => share

Expected behaviour

Sharing form should appear

Actual behaviour

absolutely nothing happens
no error in F12 => console
no ajax call in F12 => network (except recurring calls to sync and push)

Screenshots

https://www.swisstransfer.com/d/c57368bb-69bd-499f-b245-096b160e0af1

Server

Docker self-hosted

  • Notes app version: 4.13.1
  • Nextcloud version: 33.0.1
  • PHP version: 8.4.19
  • Database: mysql 11.8.6

Nextcloud configuration:

Details ``` { "system": { "htaccess.RewriteBase": "\/", "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 } ], "upgrade.disable-web": true, "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "***REMOVED SENSITIVE VALUE***" ], "trusted_proxies": "***REMOVED SENSITIVE VALUE***", "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "33.0.1.2", "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "app_install_overwrite": [ "***REMOVED SENSITIVE VALUE***" ], "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_smtpmode": "smtp", "mail_sendmailmode": "smtp", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtpauth": true, "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "465", "maintenance": false, "maintenance_window_start": 1, "overwriteprotocol": "https", "loglevel": 2, "default_phone_region": "FR" } } ```

Client

Please complete the following information.

  • Browser (incl. version): Brave with all extensions turned off
  • OS: Linux but I don't think this is relevant

Log files

I can't find any relevant information in container logs.
js console is visible on video

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions