You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the repo, installed everything, and upgraded the plugin to flex-ui-2.0. I deployed the serverless functions. However, when I try to run twilio flex:plugins:start from the root directory, I am unable to actually interact with the UI. It renders and everything looks great, but I'm unable to update my status, click on tabs, etc.
I checked the console logs and found "Uncaught TypeError: Cannot read properties of undefined (reading 'on')
at new SyncClient (SyncClient.js:12:55)
at ./src/services/SyncClient.js (SyncClient.js:119:20)
at webpack_require (bootstrap:789:1)
at fn (bootstrap: 100:1)
at ./src/services/index.js (index.js:1:1)
at webpack_require (bootstrap:789:1)
at fn (bootstrap: 100:1)
at ./src/SupervisorBargePlugin.js (v4.js:29:1)
at webpack_require (bootstrap:789:1)
at fn (bootstrap: 100:1)
at ./src/index.js (index.js:1:1)
at webpack_require (bootstrap:789:1)
at fn (bootstrap: 100:1)
at 1 (plugin-supervisor-barge-coach.js:27168:18)
at webpack_require (bootstrap:789:1)
at bootstrap:856:1
at bootstrap:856:1"
This is specifically referring to line 12 of /src/services/syncClient.js.
I've tried deleting and reinstalling node_modules and package-lock multiple times, but I keep hitting the same error.
The text was updated successfully, but these errors were encountered:
I cloned the repo, installed everything, and upgraded the plugin to flex-ui-2.0. I deployed the serverless functions. However, when I try to run twilio flex:plugins:start from the root directory, I am unable to actually interact with the UI. It renders and everything looks great, but I'm unable to update my status, click on tabs, etc.
I checked the console logs and found "Uncaught TypeError: Cannot read properties of undefined (reading 'on')
at new SyncClient (SyncClient.js:12:55)
at ./src/services/SyncClient.js (SyncClient.js:119:20)
at webpack_require (bootstrap:789:1)
at fn (bootstrap: 100:1)
at ./src/services/index.js (index.js:1:1)
at webpack_require (bootstrap:789:1)
at fn (bootstrap: 100:1)
at ./src/SupervisorBargePlugin.js (v4.js:29:1)
at webpack_require (bootstrap:789:1)
at fn (bootstrap: 100:1)
at ./src/index.js (index.js:1:1)
at webpack_require (bootstrap:789:1)
at fn (bootstrap: 100:1)
at 1 (plugin-supervisor-barge-coach.js:27168:18)
at webpack_require (bootstrap:789:1)
at bootstrap:856:1
at bootstrap:856:1"
This is specifically referring to line 12 of /src/services/syncClient.js.
I've tried deleting and reinstalling node_modules and package-lock multiple times, but I keep hitting the same error.
The text was updated successfully, but these errors were encountered: