iTwin / itwinjs-core

Monorepo for iTwin.js Library
https://www.itwinjs.org
MIT License
606 stars 210 forks source link

Getting error in desktop-starter #1586

Closed ashishagarwal7 closed 3 years ago

ashishagarwal7 commented 3 years ago

(node:11780) UnhandledPromiseRejectionWarning: Error: Assert: No Client ID provided. I am getting this error whether i am providing client id or not.


⚠ Do not edit this section. It is required for imodeljs.github.io ➟ GitHub issue linking

williamkbentley commented 3 years ago

If you set const clientId = "native-XXXXXXXXXXXXXXXXXXX";, with your clientId, you can safely remove the assert. I updated this tutorial last week, so expect this documentation to be updated shortly.

calebmshafer commented 3 years ago

going to close this as fixed. Please re-open or open a new one if you run into issues.