Skip to content

Nextcloud 25 adjustments not effective #963

@bolderbast

Description

@bolderbast

Running Nextcloud 25 and Notes App 4.6.0, yet the fixes mentioned in #928 are not effective.

Steps to reproduce

  1. Run Nextcloud 25
  2. Run Notes app 4.6.0
  3. Open the Notes "tab"

Expected behaviour

Seeing the new design, as shown in #928, and being able to scroll large notes

Actual behaviour

Still seeing the old design, and not able to scroll long notes

Screenshots

image

Already tried:

Already tried:

  • Using a different browser (FireFox and Chromium)
  • Uninstalled & Re-installed the Notes App from the Nextcloud Admin interface

Server

Please complete the following information.

  • Notes app version: 4.6.0
  • Nextcloud version: 25.0.3
  • OS: Arch Linux (updated on 2023-02-04)
  • Web server: nginx-1.20.2-1-x86_64
  • PHP version: php-legacy-8.1.15-1-x86_64
  • Database: mariadb-10.9.4-2-x86_64

Nextcloud configuration:

Details ``` { "system": { "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "localhost", "" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "25.0.3.2", "overwrite.cli.url": "https:\/\/breedborst.duckstad.net\/nextcloud", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "mail_smtpmode": "smtp", "mail_smtpsecure": "tls", "mail_sendmailmode": "smtp", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "25", "log_type": "file", "logfile": "\/var\/log\/nextcloud\/nextcloud.log", "logfilemode": 416, "loglevel": 2, "logdateformat": "F d, Y H:i:s", "default_phone_region": "NL", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 0, "dbindex": 0, "password": "***REMOVED SENSITIVE VALUE***" }, "maintenance": false, "mysql.utf8mb4": true, "htaccess.RewriteBase": "\/nextcloud\/", "instanceid": "***REMOVED SENSITIVE VALUE***", "theme": "", "app_install_overwrite": [ "mail", "notes" ], "apps_paths": [ { "path": "\/usr\/share\/webapps\/nextcloud\/apps", "url": "\/apps", "writable": false }, { "path": "\/var\/lib\/nextcloud\/apps", "url": "\/wapps", "writable": true } ] } } ```

Client

Please complete the following information.

  • Browser (incl. version): firefox-109.0-1-x86_64 and chromium-108.0.5359.124-1-x86_64
  • OS: Arch Linux (updated on 2023-02-01)

Log files

Unknown which (parts) are relevant

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneed to reproduceIssue that has not been reproduced

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions