#Svit - Error

1 messages · Page 1 of 1 (latest)

steady falcon
#

Hello! Can you provide more details? Where are you seeing that?

willow kindle
#

in stripe elements check out page

steady falcon
#

Can you provide a screenshot of what you're seeing?

steady falcon
#

Is this on your site? Are you building this payment page?

willow kindle
#

yes

#

on express

steady falcon
#

Are you able to see more details in the web developer tools in your browser?

willow kindle
#

i use brave, if that helps

steady falcon
#

The browser you're using shouldn't really matter. Are you familiar with the web developer tools?

willow kindle
#

Amm i am using express ,with html/js. it is modifyed prebuild sample from api webside

steady falcon
#

Are you a developer?

willow kindle
#

yes but i am new to express

steady falcon
#

So are you familiar with the developer tools in web browsers?

willow kindle
#

ohh you mean inspector

steady falcon
#

The browser dev tools have nothing to do with Express.

#

Yes.

#

The inspector is part of the web dev tools.

willow kindle
#

ok, whats with it

steady falcon
#

Are you seeing additional error detail in the console there?

willow kindle
#

Unchecked runtime.lastError: The message port closed before a response was received.

#

Failed to load resource: the server responded with a status of 401 ()

steady falcon
#

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.

willow kindle
#

ohh

#

this is the ishu

steady falcon
#

That's returning a 401 response?

willow kindle
#

ok, so how do i 'investagete'

steady falcon
#

Did you try another browser to confirm you get the same error there?

willow kindle
#

i tryed chrome

steady falcon
#

And you got the exact same error there?

willow kindle
#

yes

#

Failed to load resource: the server responded with a status of 400 ()

steady falcon
#

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?

willow kindle
#

ohh i got it, it was return link

#

tnx for help