Deno.core.runMicroTasks() is not supported in this environment
Hello!
I recently pushed changes to an edge function and I've started to get three errors logged to the console with every invocation, and I'm not sure what to make of the errors. The edge function still does the work that it's supposed to do; it just has these three errors logged every time. I'll note that the changes I deployed , after which the errors started to occur, did not involve changes with any of my async handling.
Here are the errors. After the edge function boots, I get the following two errors:
"module "/bufferutil@4.0.9/deno/package.json" not found"
"module "/utf-8-validate@5.0.10/deno/package.json" not found"
Then, my edge function executes / logs normally. About one minute after my edge function completes I get one more error:
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.