Open venkata-reddy-dev opened 1 year ago
The function is being served on:
http://127.0.0.1:54321/functions/v1
but your url is missing the /v1.
https://github.com/invertase/dart_edge/issues/52#issuecomment-1834515475 helped me as a temporary fix
Finally worked after defining edge.yml
configuration as below.
supabase:
functions:
task1: 'lib/task1.dart'
task2: 'lib/task2.dart'
projectPath: "supabase"
I feel need documentation for better clarity. otherwise new users of this library will get confuse.
I was getting confused already to see that I´m following every doc-tutorial step and getting Function not found. Impostor syndrome, they call it sometimes. At least until I encountered several issues discussing the same subject.
I was getting confused already to see that I´m following every doc-tutorial step and getting Function not found. Impostor syndrome, they call it sometimes. At least until I encountered several issues discussing the same subject.
Maybe this is a duplicate of #52
I have fallowed the docs of superbase to run dart edge in superbase platform. but even hello world function also not working
doc: https://supabase.com/docs/guides/functions/dart-edge