Deploying my application on an Ubuntu server has presented a challenge. When trying to start the production build or even just in development mode, I encounter difficulty accessing the application by specifying the server address and port. I attempted deployment on two separate servers with equally disappointing results. Even when deploying a default project using the `npx create-next-app@latest --typescript` command on one of the servers, the outcome was similar.
I am aware that hosting the project on Vercel is an option, as well as utilizing tutorials on proxying with nginx to access the site via a domain name. However, I am struggling to figure out how to deploy a project and simply open it by specifying a port and IP address.