#medusajs 2.8.3 container.resolve('link') is undefined

2 messages · Page 1 of 1 (latest)

wicked epoch
#

Hello do You still need help or were You able to resolve?

edgy compass
#

It has been resolved. Actually the problem is due to absolute imports. Modules are not properly getting resolved. When I changed all to relative imports and did npm install inside .medusa/server, it is working fine now.

Thanks