Search found 2 matches
- 2023年 Nov 29日 20:43
- Forum: MiniApp Development
- Topic: Unable to perform HTTP request while testing on physical device
- Replies: 2
- Views: 4302
Re: Unable to perform HTTP request while testing on physical device
Please check this doc https://developer.tuya.com/en/miniapp/guide/audit. Check the complete func args You can use Remote Debugger to view the log .https://developer.tuya.com/en/miniapp/devtools/remote-debug Thank you very much! It turned out that we were missing explicitly listing our server domain...
- 2023年 Nov 9日 17:46
- Forum: MiniApp Development
- Topic: Unable to perform HTTP request while testing on physical device
- Replies: 2
- Views: 4302
Unable to perform HTTP request while testing on physical device
Hi everyone, We are developing a simple Smart Mini App that communicates with our custom backend. We have a problem with testing the app on real device (Live Preview feature, scanning QR code from the IDE) because we are unable to perform a single outgoing HTTP request... ty.request({ url: '<CUSTOM_...