You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of expected behavior and the observed behavior
I would like to use query params within my panel application which is embedded inside of a FastAPI app. I thought this would be a simple matter of forwarding the query parameters from the FastAPI endpoint. However, (at least with reloading enabled) it seems that panel performs some URL transformations that do not take into account existing query params. With the following example below, the following URL is created.
ALL software version info
Package Information
Dependency Information
Build Tools Information
Platform Information
Description of expected behavior and the observed behavior
I would like to use query params within my panel application which is embedded inside of a FastAPI app. I thought this would be a simple matter of forwarding the query parameters from the FastAPI endpoint. However, (at least with reloading enabled) it seems that panel performs some URL transformations that do not take into account existing query params. With the following example below, the following URL is created.
As you can see
/autoreload.js
etc. is directly appended without removing the outer query param.Complete, minimal, self-contained example code that reproduces the issue
mre.py
panel.html
You need to install FastAPI, panel, and uvicorn, then start the app with:
The text was updated successfully, but these errors were encountered: