Currently, rsconnect-python shows the app URL at the end of deployment:
Application successfully deployed to https://fcadf37e6dd74f4c9848d959986a9816.app.staging.rstudio.cloud/
It should point to content URL instead:
https://staging.rstudio.cloud/content/1211316
The server information is stored on disk and can be used to construct the content URL
> rsconnect list
Server information from /Users/omar/Library/Application Support/rsconnect-python/servers.json
Nickname: "cloud-staging"
URL: https://api.staging.rstudio.cloud
API key is saved
Currently, rsconnect-python shows the app URL at the end of deployment:
It should point to content URL instead:
The server information is stored on disk and can be used to construct the content URL