Relative Content

Tag Archive for importhashsupabasedenoedge-function

How do I deploy a supabase function that uses deno’s hash/mod module?

import { createHmac, createHash } from “https://deno.land/[email protected]/hash/mod.ts”; My supabase edge function cannot be deployed because of the deno module hash/mod not being found. I tried to deploy a supabase function using supabase functions deploy and this is the detailed debug output that i got: supabase functions deploy get-kraken-transactions –debug Supabase CLI 1.190.0 Error: failed to […]