supabase / edge-runtime

A server based on Deno runtime, capable of running JavaScript, TypeScript, and WASM services.
MIT License
689 stars 62 forks source link

Not able to deploy edge functions because of failing Github actions #116

Closed CareTiger closed 1 year ago

CareTiger commented 1 year ago

Bug report

Describe the bug

last night one of our edge functions failed because it could not find the XHR module on deno.land. This morning another edge function failed because it couldn't find the supabase module on esm.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository: Deploy edge functions through Github actions

Expected behavior

Successful deployment.

Screenshots

supabase module missing XHR module not found

System information

CareTiger commented 1 year ago

this is working now.