We are building an hybrid app and enabled full app embedding. When we set cookie flag MB_SESSION_SAMESITE_COOKIE to None the JWT login no longer works in browser (Chrome.edge). But if we do not set this flag charts doesn't load on mobile. Please let us know how to resolve this.
We have hosted our metabase on different domain , backend which redirects to metabase also on different domain.
Hi @Shashank
Please use the support email when using the Pro/Enterprise plans.
Check your browser developer console, which likely tells you exactly what the problem is.
If you cannot make it work, then you can override/remove headers with a reverse-proxy - not recommended, since it circumvents security measures, but can sometimes be need to support some older implementations.