Rocco Di Leo
Rocco Di Leo
> realtime works for me so does supabase sql does the realtime inspector work for you too or no? > Could you please elaborate step-by-step how you got to a...
On Coolify v270, this unfortunately does not work - I know it worked at some point (maybe back in 265) but I just installed Supabase from scratch only changing the...
I am on v270 and I tried your generated template but Kong still cannot resolve the dns to the realtime service when it receives a websocket request. A quick way...
**A solution that worked for me** ``` cd /data/coolify/services//volumes/api nano kong.yml ``` There I replaced "realtime-dev.supabase-realtime" with just 'realtime-dev', so it now looks like this: ``` - name: realtime-v1 _comment:...
Oh yes, good catch - that is an even better place to implement the workaround fix. Greets -act
Sorry, I was not clear enough about the http-call - i just used it to quickly validate if Kong returns a 503 (name resolution failed in that case) or a...
I am using Hetzner as server host. They provide an interface to configure inbound rules to the owned server - so its not actually configured on the server itself but...
Hello @schfkt, your example code above does trigger Typescript errors for me using latest Winston 3.2.1. ``` Argument of type '{ exitOnError: true; transports: Graylog2Transport[]; }' is not assignable to...
also having this problem on supabase/storage-api:v1.24.6 - i cannot create policies anymore programmatically from migration files (that are run when executing 'supabase db reset') , example error ``` ERROR: must...