Hi Everyone,
I'm trying to use the Node SDK for JWT Authentication in a React App (and using Webpack). I'm running into the exact same issue as described here:
https://github.com/box/box-node-sdk/issues/288
Since it looks like the Node SDK isn't supported running in a browser via webpack, I tried to do the auth without the sdk:
https://developer.box.com/guides/authentication/jwt/without-sdk/
However, I'm running into the same issue.
Any thoughts on how to resolve?