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

[BUG]: incompatibility with richdocuments? #674

Closed
6 tasks done
tatrapikao opened this issue Oct 13, 2024 · 0 comments
Closed
6 tasks done

[BUG]: incompatibility with richdocuments? #674

tatrapikao opened this issue Oct 13, 2024 · 0 comments
Labels
bug Something in the app is not working as expected

Comments

@tatrapikao
Copy link

⚠️ This issue respects the following points: ⚠️

  • This is a single bug, not a question or a configuration/webserver/proxy issue.
  • This is not a bug in the browser extension or another client.
  • This issue is not already reported on Github (I've searched it).
  • Nextcloud Server and the Passwords App is up to date. See Nextcloud Apps.
  • There are no warnings and errors reported in the Passwords App settings in the admin area
  • The following apps are not installed: Rainloop

Server Information

{    "version": {        "server": "29.0.7.1",        "app": "2024.9.20",        "lsr": false,        "php": "8.2.24",        "cronPhp": "8.2.24"    },    "environment": {        "os": "Linux",        "architecture": "x86_64",        "bits": 64,        "database": "mysql",        "cron": "cron",        "proxy": false,        "sslProxy": true,        "subdirectory": false    },    "services": {        "images": "imagick",        "favicons": "local",        "previews": "default",        "security": "hibp",        "words": "auto",        "previewApi": false,        "faviconApi": false    },    "status": {        "autoBackupRestored": false    },    "settings": {        "channel": "stable",        "nightlies": false,        "handbook": false,        "performance": 5    },    "encryption": {        "sse": {            "SSEv1r1": false,            "SSEv1r2": true,            "SSEv2r1": false,            "SSEv3r1": false,            "none": true,            "default": "SSEv1r2"        },        "cse": {            "CSEv1r1": true,            "none": true,            "default": "none"        }    }}

Client Information

Browser and Version: Firefox and Chromium tested
Client OS and Version: Ubuntu 24.04, Xubuntu24.04, Windows 10, MacOS

Bug description

Passwords seems to brake collaborative editing for richdocuments nextcloud/richdocuments#4032 (comment)

Richdocumets spams the user with an error about missing permissions for saving (but the permissions are sufficient). Nextcloud Logs for richdocuments are referencing Passwords.
Turning of Passwords resolves the error.

Steps to reproduce

Have Passwords and richdocuments enabled and access a shared office document or one located in a groupfolder.

Expected behavior

--

Nextcloud Logs

Exception OCA\Passwords\Services\EnvironmentService::loadUserFromBearerAuth(): Argument #1 ($userId) must be of type string, null given, called in /var/www/html/custom_apps/passwords/lib/Services/EnvironmentService.php on line 383 in file '/var/www/html/custom_apps/passwords/lib/Services/EnvironmentService.php' line 433
Uncaught error: OCA\Passwords\Services\EnvironmentService::loadUserFromBearerAuth(): Argument #1 ($userId) must be of type string, null given, called in /var/www/html/custom_apps/passwords/lib/Services/EnvironmentService.php on line 383 in file '/var/www/html/custom_apps/passwords/lib/Services/EnvironmentService.php' line 433

Browser Logs

nothing here regarding passwords
@tatrapikao tatrapikao added the bug Something in the app is not working as expected label Oct 13, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something in the app is not working as expected
Projects
None yet
Development

No branches or pull requests

1 participant