I’ve been trying to add a REST data fetcher but I keep getting “Error fetching data”. Is there a way to view the error? I can’t figure out what’s wrong. I was able to use the dummyjson (https://dummyjson.com/products) fine
The endpoint is
I’ve been trying to add a REST data fetcher but I keep getting “Error fetching data”. Is there a way to view the error? I can’t figure out what’s wrong. I was able to use the dummyjson (https://dummyjson.com/products) fine
The endpoint is
Looks like the URL has a cors error
thx for the response. Do you know how it must be changed in order for it to work?
Never mind I figured it out (Express cors missing). Thanks so much for the help