Title says the root of the problem. I’m thinking this is because CORS, but I’ve had no luck with fetch
or the newly introduced remoteFetchAsync
.
Finding the same thing with two different APIs:
The more frustrating issue I’m running into is that there’s no error message or anything I can find in the stack using debugger;
- the script exists and there’s simply no output.
Could this be because Airtable scripts don’t support “redirect: follow”?
If so, is the best workaround to dump all the logic into a cloud function like Google Apps Scripts, Netlify Functions, Code by Zapier, etc?