Hi zetapi,
unfortunately you do not provide any information about the system you are working on (server, browser ...).
In any case, the problem is related to the 'cross-origin' settings, as the HTTP request to the server is already rejected.
If you work on a local server you may find further information here:
medium.com/@siddhartha.ng/disable-c
...
Otherwise, you can search the net using the keyword 'strict-origin-when-cross-origin' to find further approaches to narrowing down or solving the problem.
Stefan