marius-wieschollek / passwords

A simple, yet feature rich password manager for Nextcloud
GNU Affero General Public License v3.0
208 stars 42 forks source link

[BUG]: Passwords tab not starting #584

Closed daukus closed 1 year ago

daukus commented 1 year ago

⚠️ This issue respects the following points: ⚠️

Server Information

{
    "version": {
        "server": "26.0.0.9",
        "app": "2023.3.20",
        "lsr": false,
        "php": "8.2.4",
        "cronPhp": "8.2.4"
    },
    "environment": {
        "os": "Linux",
        "architecture": "aarch64",
        "bits": 64,
        "database": "pgsql",
        "cron": "cron",
        "proxy": false,
        "sslProxy": true,
        "subdirectory": false
    },
    "services": {
        "images": "imagick",
        "favicons": "bi",
        "previews": "default",
        "security": "hibp",
        "words": "leipzig",
        "previewApi": false,
        "faviconApi": false
    },
    "status": {
        "autoBackupRestored": false
    },
    "settings": {
        "channel": "stable",
        "nightlies": false,
        "handbook": false,
        "performance": 1
    },
    "encryption": {
        "sse": {
            "SSEv1r1": false,
            "SSEv1r2": true,
            "SSEv2r1": false,
            "SSEv3r1": false,
            "none": false,
            "default": "SSEv1r2"
        },
        "cse": {
            "CSEv1r1": false,
            "none": true,
            "default": "none"
        }
    }
}

Client Information

Browser and Version: Client OS and Version: Windows 11 Mozilla 110.0.1 (same behaviour on Edge or Samsung browser)

Bug description

When accessing Passwords from web, it's not starting, despite from android app it's working

Steps to reproduce

  1. Click on Passwords
  2. Waiting to open endlessly

Expected behavior

It should open when clicking on passwd tab

Nextcloud Logs

No response

Browser Logs

No response

marius-wieschollek commented 1 year ago

Apparently some change since the first beta now causes this issue. The latest nightly release should fix the issue.

daukus commented 1 year ago

Many thanks! Latest nightly works.

Der-K-2000 commented 1 year ago

I can confirm, that the app works again. Thank you!