Serving a Solara app with an existing FastAPI application using jupyter-server-proxy #1076
Unanswered
edan-bainglass
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Solara documentation suggests one can serve a Solara app from an existing FastAPI application.
https://solara.dev/documentation/getting_started/deploying/self-hosted#fastapi
Not sure if this is expected behavior, but some Jupyter static files aren't served properly this way (see below). Running the documented command (via
uvicorn) directly yields the output below, but it is still successful (app is up and running). However, serving the same command by way ofjupyter-server-proxyfails the WebSocker part as well.Any ideas as to what is happening and how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions