art-of-node icon indicating copy to clipboard operation
art-of-node copied to clipboard

RequireBin Example Doesn't Work on Chromium

Open daniel-schroeder-dev opened this issue 6 years ago • 0 comments

Great article. Wanted to try out the RequireBin example and got the following errors:

(on Webpage)

Bundling error: Error: CORS request rejected: https://wzrd.in/multi

(in console) Access to XMLHttpRequest at 'https://wzrd.in/multi' from origin 'http://requirebin.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. bundle.js:4 POST https://wzrd.in/multi net::ERR_FAILED

Here are my browser details:

Chromium | 76.0.3809.100 (Official Build) Built on Ubuntu , running on LinuxMint 18.3 (64-bit) OS | Linux

daniel-schroeder-dev avatar Sep 23 '19 16:09 daniel-schroeder-dev