How to create and schedule Edge functions on self hosted Supabase (Docker)? #33235
|
I have self hosted Supabase via container on a VM. I would like to add some edge functions to this Supabase instance, but there seems to be an issue. I have already added the The first thing that seems not right is: Supabase tells me "No edge functions created yet". However, there is a 'main' and a 'hello' function as an example in the docker github of Supabase. So I assume these functions should have been shown there. However, I try to create a new function but that does not work. The webpage shows a supabase logo that is running forever. What is going wrong here? |
Replies: 2 comments 10 replies
|
@Tom-De-Backer did you ever solve or work around this successfully? |
|
Added a how-to guide about edge functions in self-hosted Supabase :) https://supabase.com/docs/guides/self-hosting/self-hosted-functions Hope this helps |

Added a how-to guide about edge functions in self-hosted Supabase :)
https://supabase.com/docs/guides/self-hosting/self-hosted-functions
Hope this helps