#Svit - Error
1 messages · Page 1 of 1 (latest)
in stripe elements check out page
Can you provide a screenshot of what you're seeing?
Is this on your site? Are you building this payment page?
Are you able to see more details in the web developer tools in your browser?
i use brave, if that helps
The browser you're using shouldn't really matter. Are you familiar with the web developer tools?
Amm i am using express ,with html/js. it is modifyed prebuild sample from api webside
Are you a developer?
yes but i am new to express
So are you familiar with the developer tools in web browsers?
ohh you mean inspector
The browser dev tools have nothing to do with Express.
Yes.
The inspector is part of the web dev tools.
ok, whats with it
Are you seeing additional error detail in the console there?
Unchecked runtime.lastError: The message port closed before a response was received.
Failed to load resource: the server responded with a status of 401 ()
Okay, so your server is responding with a 401 error instead of success. You'll need to investigate why that's happening.
It's also possible Brave's content blocking could be causing an issue; you should try another browser to confirm you get the same error.
That's returning a 401 response?
ok, so how do i 'investagete'
Did you try another browser to confirm you get the same error there?
i tryed chrome
And you got the exact same error there?
That's a different error code, so something different is happening there.
If you open the dev tools, go to the network tab, then trigger the error again you should be able to find the request in the list and get details about the error. Can you give that a try?
You can also look in the Stripe Dashboard at your request logs: https://dashboard.stripe.com/test/logs and find the failed request there and get details that way.
Request URL: https://api.stripe.com/v1/payment_intents/pi_3LYCj9HOIaVoF3tV0tQayjBs/confirm
Request Method: POST
Status Code: 400
Remote Address: 34.241.59.225:443
Referrer Policy: strict-origin-when-cross-origin
ohh i got it, it was return link
tnx for help