NativeScript / sample-Groceries

:green_apple: :pineapple: :strawberry: A NativeScript-built iOS and Android app for managing grocery lists
Apache License 2.0
485 stars 345 forks source link

ListView from API is Empty ?? #301

Open Fudalii opened 6 years ago

Fudalii commented 6 years ago

I do not know why but the API query in 4.3 returns me an empty object. I also tried to execute this query in PostMan and I have a status 200 OK - and returns only [ ]

At the beginning I tried by HttpClient but the exact copy from the lesson ( :Http) also returns empty tables (console.dir -> [])

??