marius-wieschollek / passwords

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

[BUG]: Template message.html not found #665

Closed ibahnasy closed 4 months ago

ibahnasy commented 4 months ago

⚠️ This issue respects the following points: ⚠️

Server Information

{
    "version": {
        "server": "29.0.4.1",
        "app": "2024.7.20",
        "lsr": false,
        "php": "8.3.6",
        "cronPhp": "8.3.6"
    },
    "environment": {
        "os": "Linux",
        "architecture": "x86_64",
        "bits": 64,
        "database": "mysql",
        "cron": "cron",
        "proxy": false,
        "sslProxy": false,
        "subdirectory": false
    },
    "services": {
        "images": "imagick",
        "favicons": "default",
        "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": false,
            "default": "SSEv1r2"
        },
        "cse": {
            "CSEv1r1": false,
            "none": true,
            "default": "none"
        }
    }
}

Client Information

Browser and Version: Firefox 128 Client OS and Version: Ubuntu 24.04

Bug description

When creating a new folder, the UI does nothing and in the Browser's developer tools I see HTTP 404 for GET message.html template, however this file exists.

Screenshot from 2024-07-29 04-31-17

Steps to reproduce

  1. Open browser's developer tools to inspect network requests.
  2. Try to create a new folder.

Expected behavior

It should load the template file fine as it exists and create the folder.

Nextcloud Logs

No response

Browser Logs

No response

marius-wieschollek commented 4 months ago

This is a core template used by Nextcloud dialogs. If your server can't deliver that, the error is outside the passwords app.

ibahnasy commented 4 months ago

After I modified Nginx locations, it works fine now, Thanks.