Replies: 1 comment 4 replies
-
|
Hey! Don't worry, what you are seeing is actually completely normal behavior, but your PC errors point to a classic local browser stale state. Why is the RAM Usage High? Why is the PC not Loading but the Phone is? The specific errors you are seeing ("Failed to load sessions" and the 'Unexpected token <... is not valid JSON') are the smoking gun. This means when your PC's browser tried to request session data, it did not receive JSON data; it received an HTML error page (like a 404 or a stale authorization response) from your server instead. The browser parser got confused by the first character (<) and crashed. A stale auth cookie on the PC is the most common culprit. Actionable Steps to Fix It:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure what is going on as it has only just started happening but when I load my WebUI from my domain my ram usage goes to over 5GB when it would never hit 1GB before, also on my PC my session isnt loading but on my phone it is? ive got some images of errors and stats to show the issue, if you need anything else please let me know - would love any help as this project is amazing!
Beta Was this translation helpful? Give feedback.
All reactions