DATABASE_URL=ā€œ<mongodb://root:prisma@localhost:270...
# orm-help
l
Your AWS DB is probably not localhost? Also, cloud dbs tend to have additional security measuers, e.g. SSL using certificates. I suggest trying to find the relevant DB URL for the service you use.
šŸ™Œ 1
o
I created a EC2 instance and setup mongodb there and have a nodejs app running in the instance.
The DB url is working fine because I can read data but not create