How to create and schedule Edge functions on self hosted Supabase (Docker)? #33235
Unanswered
Tom-De-Backer
asked this question in
Questions
Replies: 1 comment 5 replies
-
@Tom-De-Backer did you ever solve or work around this successfully? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
cron
integration, where I am trying to add a new job via this screen: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?
This is the studio version I use:
supabase/studio:20241202-71e5240
The functions container in
docker-compose.yml
looks like this:Beta Was this translation helpful? Give feedback.
All reactions