-
-
Notifications
You must be signed in to change notification settings - Fork 217
Unable to retrieve data from my supabase database #1128
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
Comments
When opening issues please follow the appropriate issue templates like the bug template in this case. |
a. _fetchProducts Method (home_page.dart)
b. fetchProducts Method (product_service.dart)
|
Please check your text content after creating issue or comment, because your code is not readable if you use single backticks because the text is put into one line. Use triple backticks for code blocks. (I already edited your comments) Your stacktrace only refers to your |
Uh oh!
There was an error while loading. Please reload this page.
Hello, on my application the goal is to create a product, add the name, description, price, city and say if it is a new product or not. Then publish the product. The product arrives in my database but I can not retrieve the product and its information to put them on my home page.
Here is a set of screenshots of my database and error:
My product.dar code :
My fetch methode:
The text was updated successfully, but these errors were encountered: