#karuppasamy
1 messages · Page 1 of 1 (latest)
Hi there, is you server reponding a 200 or 3xx redirect?
i am checking at my local system
this looks like standard CORS issue whereby your backend and frontend have different origins/domains : https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS. You need to setup CORS on your server such that you allow access from your frontend domain.
Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit loading resources. CORS also relies on a mechanism by which browsers make a "preflight" request to the server hosting the cross-origin resource, in ord...
why i cannot edit price in testmode?
You can't change amount of the price once it's created.
You should create a new price instead.
if i delete subscription possible to change?
No