And the logs refuse to show me anything wrong with the web application.
( there was the log picture here, but i was refused upload)
I have tried all I know. I have doubled tested this in the local environment. I even changed requirement.txt application versions just to remove compatibility issues.
It looks like you might be attempting to run a bot on Render, which often require a specific service type.
Bots are best deployed to us using a Background Worker - these run persistently in the background and don’t expose any web server however, these service types aren’t available with a free instance type.
If you try and run a bot via a Web Service, the deployment will probably fail.