I have an error, when sending requests to api. It is https.
Error: [TypeError: Network request failed]
fetch(ServerLink + url +'?'+ endPoint, { method: 'get', headers: this.getHeaders(), }) .then((response) => { status = response.status; }) }).catch((e) => { console.log(e); }