#There used to be the inventory panel in the medusa-starter-default project.
25 messages · Page 1 of 1 (latest)
@high pasture I figured it out, you need to add the modules inside medusa-config.js
same I finally found the doc, thanks!
https://docs.medusajs.com/modules/multiwarehouse/install-modules
but now I'm getting issues when following the guide
https://discord.com/channels/876835651130097704/1211749170126262333
I have those other 2 commented out from the railway template, maybe I should uncomment them
the cacheService and eventBus
you need those in case you are going to use any plugins I think
I am using a notification plugin that's why I added them both
did you deploy on railway by any chance?
no, I haven't deployed it yet
are you facing any issues ?
if you're developing locally, you can run redis locally
just modify the .env file's variable REDIS_URL
kk
this is how my railway deploy template came I'll try to comment it out, then try running the inventory step 4 mugration script again
this is how it should be if you're not running any plugins
also yes when you add these 2 modules, you need to re-run migrations in order to add some tables to your db
only plugin I added was Stripe
kk
not sure if stripe requires it, but nonetheless you'll know from the terminal if anything. it'll throw you an error or a warning message