gordonnl / firebase-stripe

Headless Stripe Payments Using Firebase Functions
MIT License
76 stars 24 forks source link

CORS error #2

Closed webappslove closed 5 years ago

webappslove commented 5 years ago

I have this error when the call to the cloud function charge() is made: ...No 'Access-Control-Allow-Origin' header is present on the requested resource... ?

webappslove commented 5 years ago

Ah! I was receiving a 404 because of missing trailing slash in the function URL...