Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working as per superbase Docs #58

Open
venkata-reddy-dev opened this issue Nov 9, 2023 · 6 comments
Open

Not working as per superbase Docs #58

venkata-reddy-dev opened this issue Nov 9, 2023 · 6 comments

Comments

@venkata-reddy-dev
Copy link

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

Screenshot 2023-11-07 at 7 35 07 PM
@yoohoomedia
Copy link

The function is being served on:
http://127.0.0.1:54321/functions/v1

but your url is missing the /v1.

@venkata-reddy-dev
Copy link
Author

venkata-reddy-dev commented Dec 19, 2023

#52 (comment) helped me as a temporary fix

@venkata-reddy-dev
Copy link
Author

Finally worked after defining edge.yml configuration as below.

supabase:
  functions:
    task1: 'lib/task1.dart'
    task2: 'lib/task2.dart'
  projectPath: "supabase"

@venkata-reddy-dev
Copy link
Author

venkata-reddy-dev commented Dec 20, 2023

I feel need documentation for better clarity. otherwise new users of this library will get confuse.

@alaincruz06
Copy link

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.

@henry2man
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants