You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to check out project for the first time, following the official guide. When I reach the step where the database is created, I notice that the database is created successfully, but it is not populated with the necessary data.
Steps to reproduce:
Clone the repository.
Follow the instructions in the README
Run the command `yarn install && yarn medusa db:create && yarn medusa db:migrate && yarn run seed && yarn medusa user -e [email protected] -p supersecret -i admin`
Expected behavior
The database should be created and populated with example data, as described in the guide.
Actual behavior
yarn install && yarn medusa db:create && yarn medusa db:migrate && yarn run seed && yarn medusa user -e [email protected] -p supersecret -i admin
➤ YN0000: · Yarn 4.4.1
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed
➤ YN0000: ┌ Post-resolution validation
➤ YN0002: │ medusa-b2b-starter@workspace:. doesn't provide tailwindcss (p2527c), requested by @medusajs/ui-preset.
➤ YN0086: │ Some peer dependencies are incorrectly met by your project; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code.
➤ YN0086: │ Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed in 0s 261ms
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed
➤ YN0000: · Done with warnings in 0s 563ms
? Enter the database name medusa-db
info: Connection established with the database "medusa-db"
info: Created database "medusa-db"
info: Updated .env file with "DB_NAME=medusa-db"
redisUrl not found. A fake redis instance will be used.
info: Running migrations...
error: Key customer_group_id is not linkable on service customer
Error: Key customer_group_id is not linkable on service customer
Package.json file
Node.js version
v20.19.0
Operating system name and version
macOS 15.3.1
Browser name
No response
What happended?
I’m trying to check out project for the first time, following the official guide. When I reach the step where the database is created, I notice that the database is created successfully, but it is not populated with the necessary data.
Steps to reproduce:
Expected behavior
The database should be created and populated with example data, as described in the guide.
Actual behavior
Link to reproduction repo
https://github.com/medusajs/b2b-starter-medusa
The text was updated successfully, but these errors were encountered: