What are you trying to achieve or the steps to reproduce?
On initial load using npm start after generating a new project, the following error is emitted:
Enabling plugin: Webex Adapter
Webhook endpoint online: xxxx
wx-js-sdk services: failed to init initial services, the provided token is not a valid format
It seems like the error is coming from services.js in webex core.
It seems like this only happens if you have an older bot token. The newer ones are longer with an extra section on the end. The new token doesn't give the error.
What are you trying to achieve or the steps to reproduce?
On initial load using
npm start
after generating a new project, the following error is emitted:It seems like the error is coming from
services.js
in webex core.https://github.com/webex/webex-js-sdk/blob/master/packages/node_modules/%40webex/webex-core/src/lib/services/services.js
What was the result you received?
I received the error.
What did you expect?
I didn't want to get an error. I'm not yet sure what the side effects of that will be. The bot is responding to requests.
Context: