Matt Peck
Matt Peck
Resolved the issue by modifying this line: https://github.com/k1LoW/serverless-s3-sync/blob/master/resolveStackOutput.js#L6 I don't have a `credentials` object on the `getCredentials()` call. Your Environment Information --------------------------- Operating System: win32 Node Version: 12.16.1 Framework Version:...
This change appears to have broken polymorphic save of images relations within the admin dashboard. I have a field which allows multiple image selections, selecting one or more existing images...
Thinking on the issue of running the `dev_tenant` curl. > Sure. Here it is > > and also need to run this in supavisor > > ``` > > ```...
> ```elixir > config :supavisor, Supavisor.Vault, > ciphers: [ > default: { > Cloak.Ciphers.AES.GCM, > tag: "AES.GCM.V1", key: System.get_env("VAULT_ENC_KEY") > } > ] > ``` Chatgpt gave me a confidently...
> ```yaml > init-curl: > image: curlimages/curl:8.8.0 > ``` I think the only thing potentially missing is: `restart: "no"` inside the `init-curl` service, and I'd probably name the service something...
I have a much simpler way working: ```yaml supabase-supavisor: image: 'supabase/supavisor:1.1.56' healthcheck: test: - CMD - curl - '-sSfL' - '-o' - /dev/null - 'http://127.0.0.1:4000/api/health' timeout: 5s interval: 5s retries:...
There was only one small change (since 297) to the template which I wouldn't have expected to cause the issue: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.297...v4.0.0-beta.306 search `supabase` So I can only presume there's some...
For me the `supabase-db` boots, but the `supabase-analytics` doesn't and most of the containers depend on `supabase-analytics`, the logs say that the password for `supabase_admin` is incorrect, which is causing...
If I were a betting man, I'd say it was this commit: https://github.com/coollabsio/coolify/commit/1266810c4d8edfd2522ba8a7ab703f522c0e34cd
> > If I were a betting man, I'd say it was this commit: [1266810](https://github.com/coollabsio/coolify/commit/1266810c4d8edfd2522ba8a7ab703f522c0e34cd) > > No, it already did'nt work on Monday Fair, I read through it in...