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
The base URL in links is built using the Starlette Request base_url property. But this value can be misleading, especially when the app is used behind a proxy.
It would help if the base URL can be configured somehow.