You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to set up qwc2 with tenants. We tried the following setup: /map/ which sets up the QWC_TENANT environment variable. This works fine with the default tenant, but it does a wrong redirect with every other one (i.e.: /map/<tenant-name> redirects to /<tenant-name>/map/<tenant-name>).
We noticed that this behavior is caused by the class TenantPrefixMiddleware.
We could use some help on how to set up tenants with this service and others like admin-gui which also has this behavior.
Thank you!
The text was updated successfully, but these errors were encountered:
We are trying to set up qwc2 with tenants. We tried the following setup: /map/ which sets up the
QWC_TENANT
environment variable. This works fine with the default tenant, but it does a wrong redirect with every other one (i.e.:/map/<tenant-name>
redirects to/<tenant-name>/map/<tenant-name>
).We noticed that this behavior is caused by the class
TenantPrefixMiddleware
.We could use some help on how to set up tenants with this service and others like admin-gui which also has this behavior.
Thank you!
The text was updated successfully, but these errors were encountered: