Hi,
I am using full mode version , but i am getting missing response in batch from scripterror in the app and nothing opens in the browser. here are the things that i've tried:
- I am sure about the AUTH_KEYand TUNNEL_AUTH_KEY , I checked them a couple of times and I am sure that they are correct and fine.
- I am sure about using the
CodeFull.gs in my AppScript porject.
- when i use http://my_vps_ip:8080/health , i get ok in response.
- when i use curl with this command that i saw in previous issues
curl -X POST 'http://localhost:8080/tunnel' \ -H 'Content-Type: application/json' \ -d '{"k":"TUNNEL_AUTH_KEY","op":"connect","host":"www.google.com","port":443}' \ --max-time 10` , i get {"sid":"285e38d8-5f14-494a-b030-789c51896001","eof":false}
I would really appreciate if someone help me to solve this issue.
Hi,
I am using full mode version , but i am getting
missing response in batch from scripterror in the app and nothing opens in the browser. here are the things that i've tried:CodeFull.gsin my AppScript porject.curl -X POST 'http://localhost:8080/tunnel' \ -H 'Content-Type: application/json' \ -d '{"k":"TUNNEL_AUTH_KEY","op":"connect","host":"www.google.com","port":443}' \ --max-time 10`, i get{"sid":"285e38d8-5f14-494a-b030-789c51896001","eof":false}I would really appreciate if someone help me to solve this issue.