Skip to content
New issue

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

Cannot switch storage path in app #1375

Open
christianlupus opened this issue Sep 18, 2024 · 0 comments · May be fixed by #1380
Open

Cannot switch storage path in app #1375

christianlupus opened this issue Sep 18, 2024 · 0 comments · May be fixed by #1380
Labels
bug Something isn't working need to reproduce Issue that has not been reproduced

Comments

@christianlupus
Copy link

Please make a clear and concise description of what the bug is.

Steps to reproduce

  1. Open the Notes app
  2. Click on settings
  3. Click on the current storage location (typically Notes) to switch the location

Expected behaviour

Folder picker shows and allows to select the location.

Actual behaviour

Folder picker shows and loads infinitely.
image

Screenshots

If applicable, add screenshots to help explain your problem.

Server

Please complete the following information.

  • Notes app version: 4.11.0
  • Nextcloud version: master (dfa994ef)
  • OS: Linux/Docker
  • Web server: Apache
  • PHP version:
  • Database: MariaDB

Nextcloud configuration:

Config ``` { "system": { "debug": true, "profiler": true, "apps_paths": [ { "path": "\/var\/www\/html\/apps", "url": "\/apps", "writable": false }, { "path": "\/var\/www\/html\/apps-extra", "url": "\/apps-extra", "writable": false }, { "path": "\/var\/www\/html\/apps-shared", "url": "\/apps-shared", "writable": false }, { "path": "\/var\/www\/html\/apps-writable", "url": "\/apps-writable", "writable": true } ], "allow_local_remote_servers": true, "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_smtpmode": "smtp", "mail_sendmailmode": "smtp", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "1025", "skeletondirectory": "\/skeleton", "setup_create_db_user": false, "loglevel": 2, "log_query": false, "query_log_file": "\/shared\/log\/querylog-nextcloud.log", "query_log_file_requestid": "yes", "diagnostics.logging": false, "diagnostics.logging.threshold": 0, "log.condition": { "apps": [ "diagnostics", "admin_audit" ] }, "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "localhost", "nextcloud", "nextcloud.local", "192.168.21.6", "localhost" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "31.0.0.3", "overwrite.cli.url": "http:\/\/nextcloud.local", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "updater.release.channel": "git", "installed": true, "instanceid": "***REMOVED SENSITIVE VALUE***", "lookup_server": "", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 6379 }, "memcache.local": "\\OC\\Memcache\\Redis", "memcache.locking": "\\OC\\Memcache\\Redis", "trusted_proxies": "***REMOVED SENSITIVE VALUE***" }, "apps": { "backgroundjob": { "lastjob": "1" }, "casino": { "enabled": "yes", "installed_version": "1.0.0", "types": "" }, "circles": { "enabled": "yes", "installed_version": "31.0.0-dev.0", "loopback_tmp_scheme": "http", "maintenance_run": "0", "maintenance_update": "{\"3\":1726645202,\"2\":1726647002,\"1\":1726647002}", "types": "filesystem,dav" }, "cloud_federation_api": { "enabled": "yes", "installed_version": "1.14.0", "types": "filesystem" }, "comments": { "enabled": "yes", "installed_version": "1.21.0", "types": "logging" }, "contactsinteraction": { "enabled": "yes", "installed_version": "1.12.0", "types": "dav" }, "cookbook": { "enabled": "yes", "installed_version": "0.11.2", "types": "" }, "core": { "backgroundjobs_mode": "cron", "installedat": "1726235367.4314", "lastcron": 1726647002, "lastupdateResult": "[]", "lastupdatedat": 1726646396, "public_files": "files_sharing\/public.php", "vendor": "nextcloud", "files_metadata": { "blurhash": { "value": null, "type": "string", "etag": "e5754d803f203ee95772d3282dddf7a1", "indexed": false, "editPermission": 0 } } }, "dashboard": { "enabled": "yes", "installed_version": "7.11.0", "types": "" }, "dav": { "enabled": "yes", "installed_version": "1.32.0", "needs_system_address_book_sync": "no", "types": "filesystem" }, "federatedfilesharing": { "enabled": "yes", "installed_version": "1.21.0", "types": "" }, "federation": { "enabled": "yes", "installed_version": "1.21.0", "types": "authentication" }, "files": { "enabled": "yes", "installed_version": "2.3.0", "types": "filesystem" }, "files_pdfviewer": { "enabled": "yes", "installed_version": "4.0.0", "types": "" }, "files_reminders": { "enabled": "yes", "installed_version": "1.4.0", "types": "" }, "files_sharing": { "enabled": "yes", "installed_version": "1.23.1", "types": "filesystem" }, "files_trashbin": { "enabled": "yes", "installed_version": "1.21.0", "types": "filesystem,dav" }, "files_versions": { "enabled": "yes", "installed_version": "1.24.0", "types": "filesystem,dav" }, "helloworld": { "enabled": "no", "installed_version": "1.0.0", "types": "" }, "hmr_enabler": { "enabled": "yes", "installed_version": "1.0.0", "types": "" }, "lookup_server_connector": { "enabled": "yes", "installed_version": "1.19.0", "types": "authentication" }, "notes": { "enabled": "yes", "installed_version": "4.11.0", "types": "" }, "oauth2": { "enabled": "yes", "installed_version": "1.19.1", "types": "authentication" }, "profiler": { "enabled": "yes", "installed_version": "2.0.0", "types": "logging" }, "provisioning_api": { "enabled": "yes", "installed_version": "1.21.0", "types": "prevent_group_restriction" }, "recommendations": { "enabled": "yes", "installed_version": "4.0.0", "types": "" }, "settings": { "enabled": "yes", "installed_version": "1.14.0", "types": "" }, "sharebymail": { "enabled": "yes", "installed_version": "1.21.0", "types": "filesystem" }, "systemtags": { "enabled": "yes", "installed_version": "1.21.0", "types": "logging" }, "theming": { "enabled": "yes", "installed_version": "2.6.1", "types": "logging" }, "twofactor_backupcodes": { "enabled": "yes", "installed_version": "1.20.0", "types": "" }, "updatenotification": { "enabled": "yes", "installed_version": "1.21.0", "types": "" }, "user_status": { "enabled": "yes", "installed_version": "1.11.0", "types": "" }, "viewer": { "enabled": "yes", "installed_version": "4.0.0", "types": "" }, "weather_status": { "enabled": "yes", "installed_version": "1.11.0", "types": "" }, "webhook_listeners": { "enabled": "yes", "installed_version": "1.2.0", "types": "filesystem" }, "workflowengine": { "enabled": "yes", "installed_version": "2.13.0", "types": "filesystem" } } } ```

Client

Please complete the following information.

  • Browser (incl. version): Firefox 130.0
  • OS: Archlinux

Log files

There is a problem in the network connection:
networksniff.har.zip

image

Note the URL is http://nextcloud.local/remote.php/dav/files/bobNotes/ instead of http://nextcloud.local/remote.php/dav/files/bob/Notes/ (the slash after bob).

Obviously the browser logs going nuts
image

@christianlupus christianlupus added bug Something isn't working need to reproduce Issue that has not been reproduced labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need to reproduce Issue that has not been reproduced
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant