is there a way to deploy an edge function supplyin...
# help
n
is there a way to deploy an edge function supplying Deno's --unstable flag?
n
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
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)
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?
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
n
🆕 Deploying w --unstable flag