#Vilem

1 messages · Page 1 of 1 (latest)

native socketBOT
violet trout
#

Hello, where exactly are you seeing this error? Is it in your developer console or is some function throwing an error that includes that?

wheat yacht
#

in dev tools

#

this is how

violet trout
#

How are you trying to redirect? Are you sending them straight to the URL on the Checkout Session object?

wheat yacht
#

im sending back the url with 303

violet trout
#

Awesome, that is how we recommend doing it.

#

And that is the cs_test_ request at the top of your network logs in that screenshot?

wheat yacht
#

yea

#

on FE im using fetch with redirect: "follow"

violet trout
#

Would you mind sending me the full URL that you are directing to?

violet trout
#

I am sure that it is the one we give you, just want to see if I get the error too

wheat yacht
#

ive created this one like an hour ago

#

shpould i create a fresh one?

violet trout
#

Yes please

violet trout
#

I am seeing it too for that link. Will be helpful to know if it is just that one session vs every session

wheat yacht
#

ive tested it several times now with the same result wah time

violet trout
#

Is it possible that your code is stripping the rest of the URL out here?

wheat yacht
#

could there be another url inside the session obj?

violet trout
#

It should just be that one. I will look at our .NET library and see if it does this for me

#

What version of stripe-dotnet are you using here?

wheat yacht
#

42.12.0

#

sry

#

41.12.0

#

oh yeah thats wierd... in those logs my every response url is significantly longer than the ones im sending to FE

#

from BE im getting the long one but in browser there is the short one

violet trout
#

Interesting. Even in the dev tools you are only seeing the short one?

#

Is it possible that whatever .NET library you are using to manage HTTP requests is doing this?

wheat yacht
#

but thats the problem and u also showed me the logs which are rly helpfull

#

so i will move on from here. thank u very much for ur help and time 🙂

#

it will probably be the custom iactionresult ii made

violet trout
#

Awesome! Glad I could help, let us know if you run in to anything else