Edge function is only working with supabase functions API and not with cron jobs. #21537
I’m trying to run my edge function every minute (with my cron job) for my web app. Unfortunately, the function doesn’t seem to be working as intended. When I use my useEffect hook, the edge function works as intended. However, when I trigger the same function with a cron job, it doesn’t work.