react-widgets issue with react js
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 07:23 AM
- Labels:
-
Webex API
-
Webex Developer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 05:51 AM
Seems likely to be this issue: https://github.com/cisco/node-jose/issues/301
Workaround is to use browserify <= 16.5.1.
See this sample as a distillation of many hours of browser bundling pain
https://github.com/CiscoDevNet/webex-js-sdk-bundling-examples
Note the sample itself uses the Browser SDK (not Widgets), but I suspect the issues will be the same/similar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 07:56 AM
Please find below npm logs file for reference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2023 02:49 AM
I've not been able to reproduce that error, although I am seeing other issues with npm install. Install through NPM has not worked well for widgets in some time, and Engineering has not had the bandwidth to look into it at the moment. I would suggest to use CDN install (described here), that should work better. Note that the Widgets are a bit dated now, they've not been updated in some time, but should still work. Might be best to use the Browser/JS SDK directly though, as that's updated regularly with latest functionalities.
