Trying to host locally to contribute
# support
a
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?
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
Hi @ayushaadijain , do you have another instance of postgres running? That is usually the cause of these kinds of errors
a
I have one running locally would that interfere with it?
I killed the local instance @rahul1 and tried to run it again and the error persisted
@rahul1
figured it out! it was that -- thanks