Can't find the reason of my app failing to deploy

My app runs perfectly, but when I try to deploy it just says that failed and don’t have any specific motive in the logs

Repl link/Link to where the bug appears:

Hi @MessiasDidimo , welcome to the forums!
Your repl appears to be Private, so we are unable to access it.
Could you make it Public and try again? You can store sensitive information in Secrets.
Thanks!

From a quick glance, you need to modify your repl’s networking to forward internal port 8080 to external port 80, otherwise it’s trying to forward unrelated ports, and is likely why the deploy is failing.

5 Likes

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