#MMunir-CORS

1 messages · Page 1 of 1 (latest)

molten fog
#

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.

regal glade
#

How can i review

molten fog
regal glade
#

Its did not succeed error

delicate tangle
#

@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.

regal glade
#

How will i do that, appropriate cors

long salmon
#

@regal glade you'll have to investigate your own client<>server code and setup, maybe work with another developer to help you unblock yourself