Andrey A.
Andrey A.
@Marchccc > Iām not sure what I did wrong. You did nothing wrong :) It's just a fairly convoluted and obscure part of the configuration that I'm guessing wasn't really...
@Marchccc If there's no proxy on top of Kong ā I believe you could add `KONG_PORT_MAPS: "8001:8000"` after the `environment` here: https://github.com/supabase/supabase/blob/0e861a24fc91bcfa9244555e97db6e9e73023eea/docker/docker-compose.yml#L76-L77 ``` environment: KONG_PORT_MAPS: "8001:8000" KONG_DATABASE: "off" ``` š...
Yes, I confirm. There was some change in between that was apparently solved with the latest Studio. Cc @sweatybridge
Thanks, @hi-jennie - can you possibly describe what kind of a setup you're addressing with this? Normally, this key has to be set to something else rather than a default...
Correct, but also - it's been added to `docker-compose.yml` when it was introduced with the MCP server related changes earlier in October: https://github.com/supabase/supabase/blob/bfe3ea06df7af0f145388ae8b885deaea43f7fce/docker/docker-compose.yml#L39 https://github.com/supabase/supabase/blob/bfe3ea06df7af0f145388ae8b885deaea43f7fce/docker/.env.example#L14 I've also included it to the...
I confirm. Let me check. Apologies.
I'm trying to backtrack this one. Can someone here possibly provide exact Studio container tags for when AI Assistant worked for you? And just to double-check - please include if...
Great, appreciate it. Any changes on top (a proxy, etc.)?
Thanks, this is helpful.
Quick update - it appears to work in **CLI/local-dev** with yesterday's release `studio:2025.11.17-sha-6a18e49` (ref. https://github.com/supabase/cli/issues/4436)