Problem seeing deployment errors #61
-
|
I was deploying my application and was throwed that error. Where can i see details of it?
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
|
Weird, you should see the actual error in the logs. Could you run |
Beta Was this translation helpful? Give feedback.
-
|
@hunvreus is it normal have no describe logs when create a Node deployment? i am deployng a nestjs app, and always throw an error that could not hear the 8000 port. and in the logs, show only some warning from npm, but nothing more, nothing about build or about start command |
Beta Was this translation helpful? Give feedback.
-
|
Your app needs to listen/run on port 8000. It's mentioned in the settings, documentation and error. |
Beta Was this translation helpful? Give feedback.
-
|
Yes yes, i have configured at my .env file to listen 8000 |
Beta Was this translation helpful? Give feedback.
-
|
It doesn't read .env files, you have to configure the environment variables in the project settings.
|
Beta Was this translation helpful? Give feedback.


Ok, that wasnt the problem, because was already listen to 8000, but the problem was in the configuration of certificates from the database, without it the app chashes on starting, i fix it, very thank you @hunvreus for attention, i'm sorry for busy you