We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The live updates from pr #4273 that fixes #256 got added in Decks v1.9.0 but are not working right now in v1.9.2.
To Reproduce Steps to reproduce the behavior:
Expected behavior Session 2 should see the live updates performed in session 1.
Client details:
System report
Operating system: Linux 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5+deb10u2 (2019-08-08) x86_64
Webserver: Apache/2.4.57 (Debian) (apache2handler)
Database: mysql 10.11.3
PHP version: 8.2.8
Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, session, PDO, pdo_sqlite, standard, posix, random, Reflection, Phar, SimpleXML, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, apache2handler, apcu, bcmath, exif, gd, gmp, imagick, intl, ldap, memcached, pcntl, pdo_mysql, pdo_pgsql, redis, sodium, sysvsem, zip, Zend OPcache
Nextcloud version: 27.0.1 - 27.0.1.2
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from: unknown
[]
Enabled: - activity: 2.19.0 - bruteforcesettings: 2.7.0 - circles: 27.0.1 - cloud_federation_api: 1.10.0 - comments: 1.17.0 - contactsinteraction: 1.8.0 - dashboard: 7.7.0 - dav: 1.27.0 - deck: 1.10.0 - federatedfilesharing: 1.17.0 - federation: 1.17.0 - files: 1.22.0 - files_automatedtagging: 1.17.0 - files_external: 1.19.0 - files_pdfviewer: 2.8.0 - files_rightclick: 1.6.0 - files_sharing: 1.19.0 - files_trashbin: 1.17.0 - files_versions: 1.20.0 - firstrunwizard: 2.16.0 - flow_notifications: 1.7.0 - integration_openai: 1.0.11 - logreader: 2.12.0 - lookup_server_connector: 1.15.0 - nextcloud_announcements: 1.16.0 - notifications: 2.15.0 - oauth2: 1.15.1 - onlyoffice: 8.1.0 - password_policy: 1.17.0 - photos: 2.3.0 - privacy: 1.11.0 - provisioning_api: 1.17.0 - recommendations: 1.6.0 - related_resources: 1.2.0 - richdocumentscode: 23.5.202 - serverinfo: 1.17.0 - settings: 1.9.0 - sharebymail: 1.17.0 - support: 1.10.0 - survey_client: 1.15.0 - systemtags: 1.17.0 - text: 3.8.0 - theming: 2.2.0 - theming_customcss: 1.14.0 - twofactor_backupcodes: 1.16.0 - updatenotification: 1.17.0 - user_status: 1.7.0 - viewer: 2.1.0 - weather_status: 1.7.0 - workflowengine: 2.9.0 Disabled: - admin_audit - encryption - files_antivirus: 5.1.1 - richdocuments: 8.0.1 - suspicious_login - twofactor_totp - user_ldap - webhooks: 0.4.2
{ "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 } ], "memcache.distributed": "\\OC\\Memcache\\Redis", "memcache.locking": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 6379, "password": "***REMOVED SENSITIVE VALUE***" }, "mail_smtpmode": "smtp", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "25", "mail_smtpauth": true, "mail_smtpauthtype": "LOGIN", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "localhost", "daten.adwerba.at" ], "trusted_proxies": "***REMOVED SENSITIVE VALUE***", "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "27.0.1.2", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "overwrite.cli.url": "https:\/\/daten.adwerba.at", "overwriteprotocol": "https", "installed": true, "instanceid": "***REMOVED SENSITIVE VALUE***", "maintenance": false, "preview_max_filesize_image": 500, "trashbin_retention_obligation": "auto, 10", "simpleSignUpLink.shown": false, "loglevel": 2, "theme": "", "default_phone_region": "AT", "mail_sendmailmode": "smtp", "mail_smtpsecure": "" }
Cron Configuration: Array ( [backgroundjobs_mode] => cron [lastcron] => 1691598902 )
External storages: yes
No mounts configured
Encryption: no
User-backends:
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36
The text was updated successfully, but these errors were encountered:
Live updates require notify_push to be enabled and setup which doesn't seem the case on your setup according to the app list.
Sorry, something went wrong.
ah, I didn't know that existed. thanks a lot!
No branches or pull requests
Describe the bug
The live updates from pr #4273 that fixes #256 got added in Decks v1.9.0 but are not working right now in v1.9.2.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Session 2 should see the live updates performed in session 1.
Client details:
System report
Server configuration
Operating system: Linux 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5+deb10u2 (2019-08-08) x86_64
Webserver: Apache/2.4.57 (Debian) (apache2handler)
Database: mysql 10.11.3
PHP version: 8.2.8
Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, session, PDO, pdo_sqlite, standard, posix, random, Reflection, Phar, SimpleXML, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, apache2handler, apcu, bcmath, exif, gd, gmp, imagick, intl, ldap, memcached, pcntl, pdo_mysql, pdo_pgsql, redis, sodium, sysvsem, zip, Zend OPcache
Nextcloud version: 27.0.1 - 27.0.1.2
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from: unknown
Signing status
[]
List of activated apps
Configuration (config/config.php)
Cron Configuration: Array
(
[backgroundjobs_mode] => cron
[lastcron] => 1691598902
)
External storages: yes
External storage configuration
Encryption: no
User-backends:
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36
How to use GitHub
The text was updated successfully, but these errors were encountered: