This is a newbie question. I am using replit to develop a telegram bot by using pyTelegramAPI and fastAPI libraries. I want to test my code by clicking the “run” button before using the autoscale deployment.
When I click the “run” button, the fastAPI and unvicorn showed “{hello world”} http response correctly in the WebView tab. However, I cannot find the url of webserver, which is required for setting up the webhook for telegram bot.
Can anyone tell me the default url of the instance after clicking the “run” button, so that I can set the WebHost and Port for the telegram bot?
Besides, what ports are available for autoscale deployment?