This just may be me but I thought I'd file it for discussion. If you're deploying multiple items in the same session using the Entrypoint Selector, it can be confusing what's actually getting deployed.
Here I have previously deployed a project called rmd-static-1 successfully. Now I'm trying to deploy a project called fastapi-simple, however the Home View still displays rmd-static-1 while I'm trying to deploy fastapi-simple:
I wonder if we can change the Home View to switch the fastapi-simple project when I click on the entrypoint selector. It does eventually flip to fastapi-simple but that occurs after I kick off the deployment.
This just may be me but I thought I'd file it for discussion. If you're deploying multiple items in the same session using the Entrypoint Selector, it can be confusing what's actually getting deployed.
Here I have previously deployed a project called
rmd-static-1
successfully. Now I'm trying to deploy a project calledfastapi-simple
, however the Home View still displaysrmd-static-1
while I'm trying to deployfastapi-simple
:I wonder if we can change the Home View to switch the
fastapi-simple
project when I click on the entrypoint selector. It does eventually flip tofastapi-simple
but that occurs after I kick off the deployment.