sivadass / react-shopping-cart

Easily integrate React Shopping Cart into your existing website without using Redux.

Home Page:https://sivadass.github.io/react-shopping-cart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CORS Failure

moemachef opened this issue · comments

I keep getting Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. error from the console even after I Changed the url to the local json file

Are you sure, you are running the index.html on any http server and not via file system?

I fixed it buy using webpack-dev-server, Thank you so much