Deployment issue with nextjs app

I launched a chatbot but I do not get any responses and I don’t get any useful logs in the deployment logs.

https://chat.latinalinguamachina.com/

My deployment setup options are:

cd ~/chatgpt-api-react ; npm install ; next build

and next start.

It runs fine when I run it as “npm run build” in the dev env.

Logs:

5/17/2023, 4:01:57 PM	ready - started server on 0.0.0.0:3000, url: http://localhost:3000
5/17/2023, 4:01:57 PM	forwarding local port 3000 to external port 1104