Your screenshot doesn’t show enough output, but my assumption based on the details is that you’re running your app during the build phase.
The command that starts your app should be the Start Command, not the Build Command. Build commands, whether on the Render Dashboard or as your package.json’s scripts, should not also call start commands.