Multi-tenancy and multitenant <Link to .. /> #10868
Unanswered
sharadshahihw
asked this question in
Q&A
Replies: 1 comment
-
One option would be to use relative links to inherit the current tenant: |
Beta Was this translation helpful? Give feedback.
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.
-
Hi,
We are trying to build a multi-tenancy app. We decided not to use the
basename
and go with route with parameters.The issue with this is we will have to interpolate tenantId in
to
prop of allLink
components.Other way would be to make utility component that wraps it.
Are there any other ways to modify
Link to
so that we don't repeat the interpolation.Beta Was this translation helpful? Give feedback.
All reactions