-
Notifications
You must be signed in to change notification settings - Fork 24
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
Following doc tutorial results in Function not found
error message
#52
Comments
You should see the generated code in the |
It is there |
@Ehesp @pedromassango i am also facing same issue. |
had the same issue. It looks like it's putting the functions folder in the root instead of the supabase/functions folder. running the command adding
to the yaml appears to have no effect. |
@tylandercasper @pedromassango @Ehesp Add supabase configuration in edge.yml file
For me it got worked. |
Having the same issue, this fix doesn´t work for me (or I´m using it wrong I guess), sad thing I can´t figure out the first steps just reading the docs. |
I was able to get it working by adding this to the yaml:
you could probably be doubly safe by adding:
|
Hi there. We're facing the same issues, but currently they are related with |
In order to make this work you need to FIX dependencies in your pubspec.yaml file. For further reference, this is my environment:
sdk: ">=2.18.5 <3.0.0"
dependencies:
edge: 0.0.6+1
edge_http_client: ^0.0.1+3
http: ^0.13.6
json_annotation: ^4.8.1
supabase: ^1.11.11
supabase_functions: ^0.0.2+3
dev_dependencies:
build_runner: any
json_serializable: ^6.6.2 PS: Don't forget to reinstall dart edge in order to activate proper |
Hi,
After following the steps in https://docs.dartedge.dev/platform/supabase I get a Not found message while trying to test the function locally (
http://localhost:54321/functions/v1/dart_edge
).The text was updated successfully, but these errors were encountered: