#jackson.bayor-checkout

1 messages · Page 1 of 1 (latest)

strange rover
#

Hello! Can you share the exact error you're getting and also share what your redirect code looks like?

frozen arrow
#

Okay right away

strange rover
#

And how are you calling that endpoint client-side?

frozen arrow
#

I call a create order endpoint and the response I expect is the rederict response

#

I basically call an endpoint to create an order and the server does all till the create seeion point I sent to you

strange rover
#

But how specifically are you calling the endpoint client-side? If you using XMLHttpRequest or fetch() then that won't work with 303 server-side redirects

frozen arrow
#

I am using axios

strange rover
frozen arrow
#

Okay thanks