wmiys / gui.alpha

Front end for the site
https://wmiys.com
0 stars 0 forks source link

[products/images]: fix the CORS issue #164

Closed rrickgauer closed 3 years ago

rrickgauer commented 3 years ago

fix the CORS issue with the FilePond library for when you are editing a product.

rrickgauer commented 3 years ago

Solution

I fixed this issue by editing the config file in xampp and added at the bottom:

Header Set Access-Control-Allow-Origin * 
Header Set Access-Control-Allow-Headers *