The docker code runs succesfull and so does the frontend part of the code in the link provided here: https://www.medplum.com/docs/contributing/run-the-stack. However, in trying to set up the backend when I try to run npm run dev in the package/server folder, I am getting this error and don't know what to do. It seems to be pointing at my login on my config file, but I played around with that and wasn't able to get that to work. Any thoughts?
ayushaadijain
02/15/2024, 7:23 AM
I can also get that db name doesn't exist error if I login using my postgres account, but I don't know if that is a step in the right direction
r
rahul1
02/15/2024, 4:15 PM
Hi @ayushaadijain , do you have another instance of postgres running? That is usually the cause of these kinds of errors
a
ayushaadijain
02/15/2024, 4:37 PM
I have one running locally would that interfere with it?
ayushaadijain
02/15/2024, 8:10 PM
I killed the local instance @rahul1 and tried to run it again and the error persisted