-
Notifications
You must be signed in to change notification settings - Fork 920
Open
Description
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
Labels
No labels