Open mastingo opened 3 months ago
I think it is related to postgress database URL missing in your env or the string being incorrect. Not completely sure its just a guess.
Where is your .env
file located? I got similar error, and moving the file to api/
solves it. It actually made sense though since we're running the seed command on that folder
it worked for me on putting database url into my api folder .env
DATABASE_URL=<your remot database url >
Ive tried to set up marketplace to no avail need help please.
Steps to recreate bug:
delete old marketplace and medusa repo.
run npx mercurjs repo_name.
cd into repo_name /api run yarn install.
run yarn build.
run npx medusa migrations run
get error SASL: SCRAM-SERVER-FIRST-MESSAGE:
The admin panel does spin up on local host but i cant log in with supersecret, the console says its unable to connect to port 9000 and the ui just says 'doesnt recognize credentials'.
nb: I have nothing to lose in the project so if someone could give me an in detail guide to get this running on my local host ill delete everything and start again and set it up right