is there a way to deploy an edge function supplying Deno's --unstable flag?
n
Needle
05/08/2022, 3:01 PM
Hello @NiFTiChristian!
This thread has been automatically created from your message in #843999948717555735 a few seconds ago.
We have already mentioned the @User so that they can see your message and help you as soon as possible!
Want to unsubscribe from this thread?
Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates.
Want to change the title?
Use the ``/title`` command!
We have solved your problem?
Click the button below to archive it.
n
NiFTiChristian
05/09/2022, 6:23 AM
I learned I can't pass the --unstable flag because it will not work when deployed to Deno Deploy (however, it will work locally - or deployed in other locations)
NiFTiChristian
05/09/2022, 6:25 AM
I had to pass the --no-check flag to get the function to finally deploy. For that, I had to adjust the underlying supabase cli command to include the --no-check deploy flag. I wonder if this additional functionality should be a git PR?
NiFTiChristian
05/09/2022, 6:28 AM
Seems that when deploying to Deno Deploy through the Deno Playground or their deploy CLI, the --no-check flag is the default. This should be the default for supabase too