No errors have been found.
sudo -u www-data php occ app:list
Enabled:
- accessibility: 1.4.0
- activity: 2.11.0
- admin_audit: 1.8.0
- apporder: 0.10.0
- bookmarks: 3.1.0
- bruteforcesettings: 1.6.0
- calendar: 2.0.3
- cloud_federation_api: 1.1.0
- comments: 1.8.0
- contacts: 3.3.0
- cospend: 0.5.4
- dav: 1.14.0
- deck: 1.0.2
- drawio: 0.9.5
- event_update_notification: 1.0.2
- federatedfilesharing: 1.8.0
- federation: 1.8.0
- files: 1.13.1
- files_downloadactivity: 1.7.0
- files_external: 1.9.0
- files_markdown: 2.2.0
- files_pdfviewer: 1.7.0
- files_rightclick: 0.15.2
- files_sharing: 1.10.1
- files_trashbin: 1.8.0
- files_versions: 1.11.0
- files_videoplayer: 1.7.0
- firstrunwizard: 2.7.0
- impersonate: 1.5.1
- logreader: 2.3.0
- lookup_server_connector: 1.6.0
- metadata: 0.11.1
- news: 14.1.11
- notes: 3.4.0
- notifications: 2.6.0
- oauth2: 1.6.0
- password_policy: 1.8.0
- passwords: 2020.5.0
- photos: 1.0.0
- previewgenerator: 2.3.0
- privacy: 1.2.0
- provisioning_api: 1.8.0
- quota_warning: 1.7.0
- serverinfo: 1.8.0
- settings: 1.0.0
- sharebymail: 1.8.0
- spreed: 8.0.9
- tasks: 0.13.1
- text: 2.0.0
- theming: 1.9.0
- theming_customcss: 1.6.0
- twofactor_admin: 2.1.0
- twofactor_backupcodes: 1.7.0
- twofactor_totp: 4.1.3
- twofactor_u2f: 5.1.0
- updatenotification: 1.8.0
- viewer: 1.2.0
- workflowengine: 2.0.0
Disabled:
- encryption
- nextcloud_announcements
- recommendations
- support
- survey_client
- systemtags
- user_ldap
sudo -u www-data php occ config:list system
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"***REMOVED SENSITIVE VALUE***"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"data-fingerprint": "58897020af7835d5d5eebe9f70033c28",
"dbtype": "mysql",
"version": "18.0.4.2",
"overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "3306",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"htaccess.RewriteBase": "\/",
"mail_smtpsecure": "ssl",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"logtimezone": "Europe\/Berlin",
"log_rotate_size": "104857600",
"mail_smtpauthtype": "LOGIN",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"password": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0
},
"memcache.local": "\\OC\\Memcache\\APCu",
"maintenance": false,
"preview_max_y": 2048,
"preview_max_x": 2048,
"memcache.locking": "\\OC\\Memcache\\Redis",
"mail_smtpauth": 1,
"simpleSignUpLink.shown": false,
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"knowledgebaseenabled": false,
"loglevel": 2,
"filelocking.enabled": "true",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"updater.release.channel": "stable",
"activity_expire_days": 90,
"mail_smtpmode": "smtp",
"theme": ""
}
}
Describe the bug
I just updated to Deck 1.0.2 and tried to edit the description of a card but the editor doesn't show up. I made sure this is not a browser cache issue.
This seems to only affect Firefox, on Chrome I still get the description editor.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Editor should appear
Screenshots
Viewing (existing description):
Clicking on editing:
Client details:
Server details
Operating system: Debian 10
Web server: nginx 1.14
Database: MariaDB 10.3
PHP version: 7.3.14
Nextcloud version: 18.0.4
Where did you install Nextcloud from: Manual
Signing status:
List of activated apps:
Nextcloud configuration:
Are you using an external user-backend, if yes which one: Nope
Logs
Nextcloud log (data/nextcloud.log)
Nothing of relevance
Browser log
Nothing