I am trying to log in using ring central SDK in the js app after login success I am getting a fetch error.
return client.account().get();
versions we using
main.js:69 Error occured TypeError: Failed to fetch
at Client.<anonymous> (Client.ts:93:38)
at step (index.js:17:1)
at Object.next (index.js:17:1)
at index.js:17:1
at new Promise (<anonymous>)
at __awaiter (index.js:17:1)
at Client._loadResponse (Client.ts:92:48)
at Client.<anonymous> (Client.ts:76:35)
at step (index.js:17:1)
at Object.next (index.js:17:1)