Even after a successful build, the deployment fails


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.

I’d appreciate any aid whatsoever.

Hi,

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.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.