Tim
06-30-2025Data Integration
Multi-Tenant and Proxy don't work together
My Sisense instance has multiple tenants. I can access the admin tenant at myurl.com/app. I can access MyTenant1 at myurl.com/MyTenant1/app.
I then set the Proxy URL to "/MySisense" (in myurl.com/app/configuration/system). I can now access the admin tenant at my myurl.com/MySisense/app. But I can't access MyTenant1 anymore, neither at myurl.com/MyTenant1/app nor at myurl.com/MySisense/MyTenant1.
Can I use both the Proxy URL feature and the multi-tenant feature on the same instance?
Solved: It failed when I set "/MySisense" as the proxy URL, but it worked when I set "https://myurl.com/MySisense" as the proxy URL.