Skip to content

[bug] Infinte loading when reloading page on Safari #888

@thiago4455

Description

@thiago4455

Description of the bug

On Safari, when accessing the app from the login page or from the root endpoint https://demo.filestash.app/, the application works just fine.
But when reloading the page, or trying to access https://demo.filestash.app/files/ via the address bar, it gets stuck on the loading page.

Observed behavior

Here is the request log from my filestash instance when I access from the /manager/ (my FILESTASH_BASE) directly:

filestash  | 2025/10/07 02:26:11 HTTP 304 GET    0.7ms /manager/
filestash  | 2025/10/07 02:26:11 HTTP 200 GET    0.1ms /manager/custom.css
filestash  | 2025/10/07 02:26:11 HTTP 200 GET    0.5ms /manager/api/session
filestash  | 2025/10/07 02:26:11 HTTP 200 GET    4.9ms /manager/api/config
filestash  | 2025/10/07 02:26:11 HTTP 304 GET    0.2ms /manager/api/plugin                                                                                   filestash  | 2025/10/07 02:26:11 HTTP 200 GET    0.4ms /manager/api/session
filestash  | 2025/10/07 02:26:12 HTTP 200 POST    0.9ms /manager/api/metadata/search                                                                         filestash  | 2025/10/07 02:26:12 HTTP 304 GET    0.7ms /manager/api/files/ls?path=%2F

And when I reload the page (or access via /manager/files/):

filestash  | 2025/10/07 02:26:40 HTTP 200 GET    2.8ms /manager/files/
filestash  | 2025/10/07 02:26:41 HTTP 304 GET    0.6ms /manager/files/assets/aa253ddc592165b4d25d09a85fb5a2d861e5e9ab/components/modal.js                    filestash  | 2025/10/07 02:26:41 HTTP 304 GET    1.0ms /manager/files/assets/aa253ddc592165b4d25d09a85fb5a2d861e5e9ab/components/notification.js
filestash  | 2025/10/07 02:26:41 HTTP 304 GET    0.7ms /manager/files/assets/aa253ddc592165b4d25d09a85fb5a2d861e5e9ab/components/loader.js                   filestash  | 2025/10/07 02:26:41 HTTP 304 GET    1.0ms /manager/files/assets/aa253ddc592165b4d25d09a85fb5a2d861e5e9ab/helpers/loader.js

Issue reported on Safari Version 26.0.1 (21622.1.22.11.15)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions