#karuppasamy

1 messages · Page 1 of 1 (latest)

prisma hillBOT
summer flare
#

Hi there, is you server reponding a 200 or 3xx redirect?

queen geyser
#

i am checking at my local system

prisma hillBOT
small pike
#

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

queen geyser
#

why i cannot edit price in testmode?

summer flare
#

You can't change amount of the price once it's created.

#

You should create a new price instead.

queen geyser
#

if i delete subscription possible to change?

summer flare
#

No