I m trying to run Solara as Embedding in
I'm trying to run Solara as "Embedding in an existing Starlette application" and when I go to
/solara
I get "too many redirects. Any hints?5 Replies
relates to this issue:
https://github.com/tiangolo/fastapi/issues/731
GitHub
How can I prevent "307 Temporary Redirect" while accessing FastAPI ...
The FastAPI REST API is working great when checked in the local browser and with the Advanced REST client Chrome plugin (only while using the XHR enabled). But in no way are the same API accessible...
so do I need to do something with the routing?
Because in the solara in starlette example, when I browse to
/solara
I get a 404 not found
Works locally btw - just not on the server...maybe this is the reason?
https://github.com/encode/starlette/issues/869
GitHub
Handling trailing slashes properly with mounted routes · Issue #869...
Hello there! In the documentation, there is this example about large applications. If we make it a little more complete, we can get something like this: import uvicorn from starlette.applications i...
this happens on fastapi as well 😦
The funny thing is that
/solara/readyz
worksdo you start it differently?
maybe different versions of starlette?