Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

CORS problem when fetching from local app

2458 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Kaj_Lehmann
4 - Data Explorer
4 - Data Explorer

Hi Everyone!
I’m trying to create a webhook from a local app, but I always get a Error 400 response:

Access to XMLHttpRequest at 'https://hooks.airtable.com/workflows/v1/genericWebhook/mywebhookxxx' from origin 'https://localhost:5173' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

Does anybody know how I can prevent the cors error?
Many thanks in advance for any help! :bouquet:

1 Reply 1

Hi @Kaj_Lehmann,
Are you using remoteFetchAsync?