Hi guys so i created simple application with flask framework when i tried to deploy it with autoscale its not deploying it and i have this error hostingpid1: an open port was not detected i already set my application to listen to 0.0.0.0
Hi @dragonchild870 !
Could you add a port so that it works?
if __name__=="__main__":
app.run(host='0.0.0.0',port=8080)
Hope this helps!
i already tried that i even set my port to 5000 and not working , though i am not sure if this is exactly the main reason why i cant deploy it in my webview i encountered 405 but in new tab its working
Dragonchild870,
I’ve forked your Repl and did a test deployment without any issue. Can you confirm the issue is still happening? I will be happy to bring it up with engineering if so. Thanks!