#MMunir-CORS
1 messages · Page 1 of 1 (latest)
Looking at that error it seems like you're getting a CORS error when calling your frontend calls your backend. It's difficult to tell why though, you'll want to review your configurations for possible problems.
How can i review
You'll want to use techniques along the lines of what is mentioned in this article to try determining the cause of the CORS error so you can find the right path to resolve it.
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors
Its did not succeed error
http://bigdunes.lovestoblog.com/?i=1
If you could check it and point out pls
@regal glade This error is between your client application and server and is unrelated to your Stripe code. You need to ensure your client and communicate with your server by setting appropriate CORS headers to satisfy browser requirements.
How will i do that, appropriate cors
@regal glade you'll have to investigate your own client<>server code and setup, maybe work with another developer to help you unblock yourself