Feature Request: Native Multi-Tenant Support in Medusa #12304
Stivenjs
started this conversation in
Feature Requests
Replies: 1 comment
|
I would like to request this feature too. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
Currently, MedusaJS does not natively support multi-tenant architectures, which makes it challenging to manage multiple storefronts or businesses from a single Medusa instance. Developers have to implement complex workarounds, leading to increased maintenance overhead and potential inconsistencies.
Describe the solution you'd like
I would like to request first-class support for multi-tenancy in Medusa. Ideally, this would include:
Describe alternatives you've considered
Some developers currently attempt to simulate multi-tenancy by using custom fields, custom modules, or multiple database schemas. However, these approaches are complex, error-prone, and lack official support.
Additional context
Given that multi-tenancy is a common requirement for SaaS ecommerce platforms, native support in Medusa could open new use cases and attract more developers to the ecosystem.
Thanks for considering this request!
All reactions