Axios calls reaching code.quarkus.io raises this error:
Access to XMLHttpRequest at 'https://code.quarkus.io/api/extensions' from origin 'http://localhost:3000'
has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Issue
Axios calls reaching code.quarkus.io raises this error:
See: https://stackoverflow.com/questions/56297420/getting-network-error-when-calling-axios-get-request-in-react-js
It seems that we got a response as HTTP status is
200
@iocanel Idea ?