Chris Webb
Chris Webb
Hi Steve, This issue happens on startup when the connection pool is being created and there is zero load on the system. I'm wondering if it's a Heroku-AWS RDS network...
Hi @sweatybridge, here is the output... ``` % supabase services SERVICE IMAGE │ LOCAL │ LINKED ─────────────────────────┼──────────────────────┼──────────── supabase/postgres │ 15.1.0.44 │ 15.1.0.44 supabase/gotrue │ v2.132.3 │ v2.132.3 postgrest/postgrest │ v10.2.0...
@sweatybridge not being able to run the local environment is a real blocker. Is there a quick workaround to reset my environment? Is it possible the REST service container has...
So deleting the temp folder did get past the original issue and relinking to the hosted platform reintroduces the error, confirming your point about the hosted version of the PostgREST...
@sweatybridge Ok I did `supabase db start` and `supabase db reset` and now `supabase start` works. Not sure if that was a good plan 😄 . However, linking to the...
@sweatybridge that sounds like a good plan. I'll do that now, thanks! Why would my hosted platform `postgrest/postgrest` version not be the latest? Are the versions locked at some point?...
I need the same nested object property as a discriminator functionality but I get the impression it's still not supported despite all of the discussions in #2106 , yes?
@Axxoul can you provide some more code showing how you're using ${obj.minTemp} in the template?
Here's what I think are the relevant snippets. Let me know if you need more. ``` html ... #{field 'team.strapline'} &{field.name} #{my.tags.input for:field.name, id:field.id, value:params[field.name] != null ? params[field.name]?.escape()?.raw() :...
I think this might be related. The following script importing the S3 package from esh.sh and running on Deno 1.39.4 works... ```typescript import { S3 } from "https://esm.sh/@aws-sdk/[email protected]" Deno.serve(async (req)...