We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are multiple issues with the tenant code resolver as given in the multi tenancy config docs in medusa extender.
Tenant Code Resolver is not a function
Even tried with exactly how you have used in your unit test. multi_tenancy: { enable: true, tenant_code_resolver: (req) => req.headers['x-tenant'],
multi_tenancy: { enable: true, tenant_code_resolver: (req) => req.headers['x-tenant'],
The text was updated successfully, but these errors were encountered:
Thanks for the reporting, it should be fixed by #169
Sorry, something went wrong.
Fixed in the next release. I ll be away fir a week
Thanks man!
No branches or pull requests
There are multiple issues with the tenant code resolver as given in the multi tenancy config docs in medusa extender.
Even tried with exactly how you have used in your unit test.
multi_tenancy: { enable: true, tenant_code_resolver: (req) => req.headers['x-tenant'],
The text was updated successfully, but these errors were encountered: