Lakshan Perera

Results 107 comments of Lakshan Perera

@GregorioDiStefano No, there were no changes on our end. Can you try to see if updating to OpenSSL 3.1 solves the issue (alternatively, you can try downgrading to the previous...

Closing this issue due to inactivity.

@Akash187 Can you try redeploying your function via the CLI? If the issue persists can you try upgrading to the latest version of the CLI?

@Akash187 It looks like an issue specific to your project. Can you open a support ticket from the Supabase dashboard with your project details so we can have a look?

@Akash187 Interesting, so after you upgraded to postgres 15 do you get all your edge function secrets?

Closing this, since it was handled via a support ticket.

Supabase Edge Functions requires the entry file to be named `index.ts`, but you can write your function using pure JS (without any types). Add `// @ts-nocheck` to top of the...

Can we make this change in supabase/cli repo? (I personally don't use VSCode, so don't have a strong opinion on it. But I guess if we open a PR in...

This seems a good idea. I'm actually evaluating on a better routing mechanism where multiple content handlers can be plugged-in. But for now I guess you can write your own...