Having trouble accessing Phoenix cloud app - seeing this error after the page loading for a long while. Any suggested workaround? Let me know if other information would be helpful.
Unexpected token '<', "
<html><hea"... is not valid JSON馃挕聽Hint: Mention RunLLM in the thread for followups.
FYI Michael, phoenix cloud currently has IO limits due to them being 10 GB sqlite instances that don't handle high concurrent read/writes (because it's a single file). We're working on higher powered instances backed with a better DB to offer for free in the coming months but this might take a bit of time. The main solution to this is to either self-host or onboard with Arize Ax - the enterprise solution. We can certainly work with you on keeping your existing phoenix instance healthy but it does have inherent limitations due to it being a free instance (e.g. we have to manually bump your memory allocation and PVC) You can pretty easily self-host phoenix on things like railway and provision the resources you need (https://railway.com/template/PTHRoq) - https://docs.arize.com/phoenix/self-hosting
