#SuperFedz-terminal
1 messages · Page 1 of 1 (latest)
Yes i have a wisepos e. And inside stripe dashboard within test mode. "Last seen 3 seconds ago" So it is definitely online.
My java application is being executed on the same network too
can you do the steps at https://stripe.com/docs/terminal/readers/bbpos-wisepos-e#troubleshooting ?
also look at the browser console and see what errors are there or what failed requests there are in the Network tab, feel free to share some screenshots
Having a look now
Definitely passing through the correct information too which is strange as to why its not finding the reader
can you expand those errors?
my guess is your problem is https://support.stripe.com/questions/the-stripe-terminal-sdk-is-encountering-dns-errors-when-connecting-to-an-internet-reader and not being able to resolve the local domain name, which is a common problem
fix is generally to change your PC to use Google/Cloudflare DNS instead of your ISP's servers
will it cause issues that im running my program on localhost:4242?
oh yeah, it might, since the browser might block a non HTTPS domain contacting a HTTPs domain(the reader). That might be what the preflight error is. Good catch.
I use glitch.com for my own Terminal testing app, not localhost
ill take a look
I've tried everything. DNS Changing, ip work and allsorts and nothing.
Do you have any code i can try to see if its my code or network related?
Hi! I'm taking over this thread.