BoiseState / interfaith-donation

Donation app and website to manage donations for Interfaith Sanctuary.
GNU General Public License v2.0
4 stars 1 forks source link

CORS issue with donor model #193

Open timwilson139 opened 6 years ago

timwilson139 commented 6 years ago

Getting an error when trying to load a list of donors in the Vue app. Failed to load http://localhost:8800/donation-api/donors: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8080' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

Going to try to figure this out.