TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

3 点作者 doganugurlu超过 1 年前

2 条评论

laktek超过 1 年前
@doganugurlu Looks like Deno team implemented a fix <a href="https:&#x2F;&#x2F;denostatus.com&#x2F;cllm0jzq219036bjottk03k2ac" rel="nofollow noreferrer">https:&#x2F;&#x2F;denostatus.com&#x2F;cllm0jzq219036bjottk03k2ac</a> Are you still experiencing the issue?<p>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 - <a href="https:&#x2F;&#x2F;github.com&#x2F;supabase&#x2F;cli&#x2F;issues">https:&#x2F;&#x2F;github.com&#x2F;supabase&#x2F;cli&#x2F;issues</a>
doganugurlu超过 1 年前
It was a little shocking to see the Supabase CLI talking about downloading imports <i>every time</i> 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 &quot;Downloading.&quot; Well, turns out it was really downloading because now Supabase CLI failing with the 500 that the deno.land shows.<p>The issue talks about compilation failing as a result of the same live URL dependency.