mercurjs / mercur

JavaScript Open Source
Multi-Vendor Marketplace Accelerator build on top of Medusa.js. Mercur simplifies the path to your own customized, multi-vendor marketplace.
https://mercurjs.com
MIT License
153 stars 15 forks source link

Seed problem #5

Closed inluxc closed 1 week ago

inluxc commented 3 months ago

I getting the following error:

TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
    at __values (/home/fulvio/Projects/*****/marketplace/api/node_modules/@medusajs/medusa/dist/commands/seed.js:73:72)
    at /home/fulvio/Projects/*****/marketplace/api/node_modules/@medusajs/medusa/dist/commands/seed.js:455:54
    at step (/home/fulvio/Projects/*****/marketplace/api/node_modules/@medusajs/medusa/dist/commands/seed.js:67:23)
    at Object.next (/home/fulvio/Projects/*****/marketplace/api/node_modules/@medusajs/medusa/dist/commands/seed.js:48:53)
    at fulfilled (/home/fulvio/Projects/*****/marketplace/api/node_modules/@medusajs/medusa/dist/commands/seed.js:39:58)
    at processTicksAndRejections (node:internal/process/task_queues:96:
JuanEliasJabib02 commented 3 months ago

on seed.json file, create a product:[], this must fix it.

image

cwierzbicki00 commented 3 months ago

duplicate of closed #2