Server setup issue in windows 11
# support
s
I am using windows 11. I have clone medplum v3.0.3 and v3.0.4 repo from git but I am getting error while running server telling "error: Password authentication failed for user medplum". I am getting this error while running server
PS C:\Users\ADMIN\Desktop\medplum\packages\server> npm run dev
. Please suggest the answer
r
@srilekha_60283_90441 This usually indicates that you have another instance of Postgres running. Please take a look at this post: https://discord.com/channels/905144809105260605/1207576352346087434
s
Thank you for the suggestion. It works for me