Hello,
I am trying to test the infinite scrolling after I followed a tutorial on youtube ( this one: https://www.youtube.com/watch?v=Al9wVXiZyOQ )
The API it's working because is returning the results without any error.
When I try to run a test in the browser (Chrome) I am getting the following error:
GET https://secure-ridge-22999-537c838d4a8a.herokuapp.com/https://ulybsudwoinsfuoyreib.supabase.co/rest/v1/prova?offset=0&limit=10 401 (Unauthorized)
Also when I try the local run with iphone I do not see any result but only the spin running. P.S. I do not know yet how to get debug on the local run, how can I check any error?
Running a simple "hello world" it's running properly.