Matt Peck

Results 26 comments of Matt Peck

I've figured out the issue, can replicate and mitigate. Coolify is setting the `POSTGRES_HOST` parameter to the `POSTGRES_HOST` environment parameter even though it has a hard coded value set. You...

> The fix works for me aswell, but "Minio Createbucket" does not start. Did that work for you with this fix, @Torwent & @agalev ? It didn't start before this...

> That workaround seemed to work for me, however supabase-rest is still unhealthy and in the API Docs of the dashboard, says public isn't accessible ... I don't experience that...

I think I'd rather the env variables be correctly parsed than putting a PR up for this work around. PR don't seem to be approved with much velocity so it...

> Hello @Mortalife and sorry to bother you. > > I just ran into this issue and found about your solution. > > Could you please clarify a bit what...

@deozza Try stopping the stack, removing the associated `_supabase-db-data` volume and restart the stack. You can find the volume by running `docker volume ls` look for the one which has...

> We could increase the client side limits while truncating attribute value lengths on the server to prevent excessive storage usage as a quick fix I've moved back to doing...

Just to provide an overview how how I do the manual implementation currently. At the top of my trigger function I create a trace: ```ts const trace = langfuse.trace({ name:...

This has been resolved as of version `beta-309`, you'll need to remove the service and recreate it.