ar-cutpaste icon indicating copy to clipboard operation
ar-cutpaste copied to clipboard

Network Request failed

Open shehanmkg opened this issue 4 years ago • 4 comments

Screenshot 2020-05-08 at 21 54 55

basnet server works fine with postman /curl. But when scan through the app above error occurs after a few minutes. I did try cut method using postman and it works fine.

shehanmkg avatar May 08 '20 16:05 shehanmkg

I had this issue and it turned out that the IP I had in the /server.tsx was incorrect - it should be the local IP address, something in the form of 192.X.X.X

j1m-renwick avatar May 08 '20 19:05 j1m-renwick

Screenshot 2020-05-08 at 21 54 55

basnet server works fine with postman /curl. But when scan through the app above error occurs after a few minutes. I did try cut method using postman and it works fine.

if you get requst failed, make sure your server.tsx (localhost) same to the your connection (machine) i also get it few days ago, and fix by change the wrong ip in server.tsx

hope this helped

ondosansinaga avatar May 10 '20 08:05 ondosansinaga

Screenshot 2020-05-11 at 08 52 31

I already set local machine IP in server.tsx

shehanmkg avatar May 11 '20 03:05 shehanmkg

Does AR cut paste server work as expected when you get requests to it via CURL or the browser? Do you see any logs when sending requests to it?

j1m-renwick avatar May 11 '20 09:05 j1m-renwick