Hi, I’m facing some issue in deploying.
So I tried to deploy a nodejs API on digitalOcean .I will explain all the process what I did .Sorry I’m new to this.
Donot know what i’m doing wrong in this case.
I’m using Ec2 .
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
It looks like that the query that you are seeing is trying to select a user from your database. Maybe you need to create a user in your database so that your app could work as expected, though this is just a guess as it is had to tell without looking into the code first.
Another thing that I could suggest is enabling Debug mode so that you could see more information in case that there are some errors occurring. Feel free to share the errors here if this is the case.
Regards, Bobby