#inventory module UI ?
13 messages · Page 1 of 1 (latest)
Help please
You already rebuild admin dashboard?
and use feature flag like this
// ...
modules: {
// ...
inventoryService: {
resolve: "@medusajs/inventory",
},
},
}```
```module.exports = {
// ...
modules: {
// ...
stockLocationService: {
resolve: "@medusajs/stock-location",
},
},
}```
In medusa-config.js
Yeah I have
does it depend on stock-location
thank you so much
there was the script I hadn't run
node ./node_modules/@medusajs/medusa/dist/scripts/migrate-inventory-items.js
i ran the script still i cant get it running
have you installed the modules
both of them?