Hello there,
I’m having troubles to set up the “hello world” to develop a custom app.
I’ve followed the guide as well as search for possible solutions without success.
I’m using Chrome on Mac, “block run” is running with “https://localhost:9000” but both Airtable and Chrome are unable to access to localhost due CORS issue.
I’ve tried to use chrome extensions to allow all origins but any luck.
Tried to use a Proxy, no luck.
I think the problem is in the Node server since if I try to reach localhost:9000 with Postman, I get the listing of Browser-sync and not the compiled React app source.
Thanks for any heads-up