Describe the bug
Since updating to 1.4.0 I've had a host of seemingly random timeouts, crashes, and just instability.
To Reproduce
I don't really have a best way to reproduce, but I found I could most commonly trigger issues by attempting to change any settings like displaying the sidebar, or default visibility, or simply reloading / attempting to load the page while logged in.
The UI loads to the blue background and stalls, eventually the rest of the UI loads in and "Unknown error" pops on the bottom of the page.
I commonly see this in the chrome console:
AuthWrapper.js:15
i {message: 'timeout of 10000ms exceeded', name: 'AxiosError', code: 'ECONNABORTED', config: {…}, request: XMLHttpRequest}
(anonymous) @ AuthWrapper.js:15
await in (anonymous)
(anonymous) @ AuthWrapper.js:19
GameScanStatus.js:22 [GameScanStatus] shouldPoll: false
GameScanStatus.js:22 [GameScanStatus] shouldPoll: false
Feed.js:85
i {message: 'timeout of 10000ms exceeded', name: 'AxiosError', code: 'ECONNABORTED', config: {…}, request: XMLHttpRequest}
StatsService.js:9 Failed to fetch folder size:
i {message: 'timeout of 10000ms exceeded', name: 'AxiosError', code: 'ECONNABORTED', config: {…}, request: XMLHttpRequest}
getFolderSize @ StatsService.js:9
await in getFolderSize
(anonymous) @ Navbar20.js:209
(anonymous) @ Navbar20.js:216
Navbar20.js:212 Error fetching folder size:
i {message: 'timeout of 10000ms exceeded', name: 'AxiosError', code: 'ECONNABORTED', config: {…}, request: XMLHttpRequest}
(anonymous) @ Navbar20.js:212
await in (anonymous)
(anonymous) @ Navbar20.js:216
Expected behavior
General stability that was present in prior version 1.3.2
Screenshots
Desktop (please complete the following information):
Additional context
For reference, I am hosting via a reverse proxy, but that has never been an issue until now. If you need logs etc, I'm happy to provide.
Describe the bug
Since updating to 1.4.0 I've had a host of seemingly random timeouts, crashes, and just instability.
To Reproduce
I don't really have a best way to reproduce, but I found I could most commonly trigger issues by attempting to change any settings like displaying the sidebar, or default visibility, or simply reloading / attempting to load the page while logged in.
The UI loads to the blue background and stalls, eventually the rest of the UI loads in and "Unknown error" pops on the bottom of the page.
I commonly see this in the chrome console:
Expected behavior
General stability that was present in prior version 1.3.2
Screenshots
Desktop (please complete the following information):
Additional context
For reference, I am hosting via a reverse proxy, but that has never been an issue until now. If you need logs etc, I'm happy to provide.