We have a continuous issue with our deployment of phoenix. After a while users are presented with the following screen, they then have to go back to the login page and log back in - this is a real pain. We don't have any errors in our logs and are really struggling to debug what could be causing this - any suggestions where to start?
馃挕聽Hint: Mention RunLLM in the thread for followups.
we are hosting this ourself
let me check the db setup
we are using the SQLite setup - would moving to PG help with this?
Definitely recommend using PG if you are hosting. SQLite is a single file so it's ideal for running on your computer or in a notebook but not very good for hosting. It's quite a bit faster and performant.
:ty:
