iTwin / itwinjs-core

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

Error while deploying on netlify #2794

Closed kiranshetty07061999 closed 2 years ago

kiranshetty07061999 commented 2 years ago

Hey i tried deploying the itwin app on netlify... i got this error...any idea on how to resolve this

error_description=The+requested+scope+is+invalid%2C+unknown%2C+malformed%2C+or+exceeds+that+which+the+client+is+permitted+to+request.&state=f6284243660f4bfb9febb35425a159d5&error=invalid_scope#.

aruniverse commented 2 years ago

Did you follow this medium article?

Are your env variables configured correctly? They need to match exactly how you have your client configured in the developer portal. Like the error says, theres a mismatch with the scopes (or redirects).

aruniverse commented 2 years ago

Side note this isn't an issue with itwinjs, moving this to a discussion