Mahatthana (Kelvin) Nomsawadi
Mahatthana (Kelvin) Nomsawadi
> @WiNloSt it appears we don't call `sso/metabase` when switching users in Shoppy either, so I think that is expected. I'll look into the multi-tenancy issues again today 🙏🏻 I'm...
> @WiNloSt I think the signing JWT part is done by `POST /switch-user` in this case, which should sign the JWT and call `sso/metabase` under the hood, and then set...
I don't know why but without removing these lines https://github.com/metabase/metabase/blob/0191e91fe16146c9e71326063c14aa4097a7d9e9/enterprise/frontend/src/embedding-sdk/cli/utils/get-tenancy-isolation-sandboxes.ts#L56-L58 I always got an error `metabase Cannot find matching FK Table ID for FK Field`. After some debugging. I found...
> @WiNloSt I just realized that the issue of `/metabase/sso` not being called on user change also happened in Shoppy on a page with full-page dashboards, so I'll take the...
@heypoom Can you double-check `source-field` again? The latest commit still gives me the same error. From my testing, unless you choose fields from tables of a foreign key. . I'm not sure if we used to have this in the past or not, but it's not in...
@heypoom I couldn't pinpoint the problem but I couldn't get past polling Metabase status on your branch. It seems to hang when fetching the health check status. Have you ever...
it stuck on this step, and as if `fetch` never returns. It's been running for like 10 minutes maybe. And `localhost:3366/api/health` already returned 200
The fix https://github.com/metabase/metabase/pull/35975 should solve some of the problems here. We should wait until that fix was merged before attempting other fixes here.