FastAPI/nginx deployment issues, virtual kernels not served correctly?
currently, my app is deployed in a FastAPI context with a load balancer (nginx). however, it appears to be mismanaging the virtual kernels (i.e. somehow users get into other user's state), or it seems to restore them somehow from a previous virtual kernel
as an example, a user cannot open two tabs of the app or refresh the page -- it seems to just break it entirely, and sometimes plots/etc will just appear out of nowhere.
could you give me some further insight into deploying the app so i can avoid these issues?
2 Replies
I was just explaining this at: https://github.com/widgetti/solara/pull/807 does that explain everything to you? If not, let me know how we can improve it. Also, maybe you can explain the above behaviour based on this.