TypeError: Failed to fetch. Does the server allow CORS

Hi,

I’m using Baserow (Airtable alternative) as my backend. The API works just fine when I configure it on localhost. However as soon as I set my local IP for external access, I’m getting this error

TypeError: Failed to fetch. Does the server allow CORS

Of course as soon as I configure the IP address in place of localhost, I remember to create a new token and for a new API. Is there a way to resolve my local IP to work with the API url?

In a very nutshell, your external API must support CORS policy. You can browse this forum for already given advice. I hope that helps.