#inzample_error
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1286507029971599400
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, is โ192.168. (redacted local IP)โ the IP address of your server?
Hello, I believe it's the IP address of the terminal reader
Let me double check
Yes it's the IP address of the reader
The local IP address
This message is similar to HTTP and HTTPS web errors, is there something I need to maybe configure on the app / expo?
https://docs.stripe.com/terminal/network-requirements#smart-readers can you confirm if your network fulfills these requirements?
Yes it does
https://github.com/stripe/stripe-terminal-react-native/issues/810 I found a similar discussion here, Can you use this guide (https://support.stripe.com/questions/the-stripe-terminal-javascript-sdk-is-encountering-dns-errors-when-connecting-to-an-internet-reader) to troubleshoot your network?
Describe the bug When attempting to connect to the Stripe S700 reader through connectInternetReader it throws this error: {"code": "Unknown", "message": "The cert...
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Yeah that github ticket is mine, still unresolved.
I looked through that guide and tried that as well
My local network setup is not complex at all, just a simple wifi router network with a popular ISP
Are you able to test with a different network?
Yeah I did and tested with hotspot as well
I think this is more of an app-related issue rather than the network
Are you using the latest version of Stripe terminal react-native SDK?
This is usually the message you get when trying to do HTTP requests when they're not allowed (need to be HTTPS)
Not latest but relatively new - as new as I can use because I'm on an older version of expo
Ah, are you using expo go?
https://github.com/stripe/stripe-terminal-react-native/tree/main/example-app can you run the sample react-native app in the same network and see if you still get the same error?
No, I'm using expo dev builds