from Hacker News

Deno.land is down, which means Supabase functions are down locally

by doganugurlu on 8/22/23, 8:16 AM with 2 comments

  • by laktek on 8/22/23, 8:37 AM

    @doganugurlu Looks like Deno team implemented a fix https://denostatus.com/cllm0jzq219036bjottk03k2ac Are you still experiencing the issue?

    We used to cache the modules locally, I will need to check if we made any configuration change. Can you kindly open an issue for Supabase CLI - https://github.com/supabase/cli/issues

  • by doganugurlu on 8/22/23, 8:16 AM

    It was a little shocking to see the Supabase CLI talking about downloading imports every time we started Supabase Functions, but I had assumed it was locally cached and maybe it was doing cache validation but logging to the console as "Downloading." Well, turns out it was really downloading because now Supabase CLI failing with the 500 that the deno.land shows.

    The issue talks about compilation failing as a result of the same live URL dependency.