Cannot deploy my react project

This is my first time trying to put anything onto the internet, massive struggle so far. I get this error abort after “flyctl deploy” command https://i.imgur.com/zbILOHs.png

Here is the flyctl status https://i.imgur.com/0mxsVoj.png

I honestly have no idea what to do, I’ve never debugged anything like this before

fly logs will tell you more about what is going on.

A common error is that your application is set to listen on a port other than the one listed as [[services]] internal_port in your fly.toml file (typically 8080).