Hi, I am occasionally seeing below error message while navigating between projects on the UI, any ideas on what could be causing this? It seems there are no error logs related to this on the phoenix pod logs. Unexpected token 'u', "upstream r"... is not valid JSON
馃挕聽Hint: Mention RunLLM in the thread for followups.
how are you hosting phoenix? This reads to me like the application attempted to perform a graphql query and got plaintext back as a response, possibly from a proxy or similar
Anthony P. RunLLM I am self hosting on kubernetes (AKS) using helm with managed azure postgres backend. Currently on : version-12.6.0-nonroot Is there a way to enable more detailed logs for troubleshooting?
馃挕聽Hint: Mention RunLLM in the thread for followups.
I don't think the env var that runLLM suggested will help here, let me see what we have available. If you check the browser debug network tab when the error occurs you can see the full error in the meantime
I am still thinking it might be an issue with the frontend (in your browser) contacting the backend (in kubernetes) however, and errors there may not propagate to the backend
