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
Interestingly, uvicorn is meant to post a final message with this exact info ..
Edit
In a fresh envrionment (tested in a GH codespace), the first run does not show the URL, but the second run does.
Early investigations so far suggest that some of the initial run tasks (setting up db etc) and some of the warnings (pydantic, some websockets mismatch) probably interrupt uvicorn startup and the url is not printed.
Fix will be to ...
Double check that db setup on first run is done gracefully (probably with less verbose messages)
It would be handy to have a message in the output with the url to access studio. Simply as a nudge/helper in the right direction.
Current output:
Possible output:
(See last line)
The text was updated successfully, but these errors were encountered: