Webchat Widget V2 Not Delivering Chat Request to Genesys Cloud Queue

I have created a very simple webpage (link to the github repository with index.html and widgets.config.js files GitHub - cbhenderson/cbhenderson.github.io ). When I start the webpage, I am able to see the chat button and enter first name/last name. When I click Start Chat button, nothing appears in my Genesys Cloud queue.
The widget in Genesys Cloud is configured with an empty "route to flow" value
I've put the Google Chrome Browser console log content below for reference.
Any help will be GREATLY appreciated.

Chrome Console Log:
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
widgets-core.min.js:7 Uncaught TypeError: y.data is not a function
at Object. (widgets-core.min.js:7:340296)
at ./webapp/plugins/cx-app/cx-app.js (widgets-core.min.js:7:346525)
at h (widgets-core.min.js:7:7009)
at widgets-core.min.js:7:7967
at widgets-core.min.js:7:8009
cbhenderson.github.io/:1 Access to font at 'https://apps.mypurecloud.com/webfonts/fonts/roboto/roboto-v30-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2' from origin 'https://cbhenderson.github.io' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
roboto-v30-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2:1

   Failed to load resource: net::ERR_FAILED

cbhenderson.github.io/:1 Autofocus processing was blocked because a document already has a focused element.
widgets-core.min.js:7

   POST https://cbhenderson.github.io/ 405 (Method Not Allowed)

send @ widgets-core.min.js:7
ajax @ widgets-core.min.js:7
request @ widgets-core.min.js:7
Se @ webchatservicelegacy.mod.js:7
(anonymous) @ webchatservicelegacy.mod.js:7
(anonymous) @ cxbus.min.js:7
(anonymous) @ cxbus.min.js:7
setTimeout (async)
$ @ cxbus.min.js:7
q @ cxbus.min.js:7
command @ cxbus.min.js:7
(anonymous) @ webchat.min.js:7
rejectWith @ cxbus.min.js:7
reject @ cxbus.min.js:7
(anonymous) @ webchatservicelegacy.mod.js:7
(anonymous) @ cxbus.min.js:7
(anonymous) @ cxbus.min.js:7
setTimeout (async)
$ @ cxbus.min.js:7
q @ cxbus.min.js:7
command @ cxbus.min.js:7
a @ webchat.min.js:7
(anonymous) @ webchat.min.js:7
dispatch @ widgets-core.min.js:7
g.handle @ widgets-core.min.js:7

I've continued to work on resolving this issue. I tried widgets/8.5 as the source with the same results. I am getting this in the log:
Access to font at 'https://apps.mypurecloud.com/webfonts/fonts/roboto/roboto-v30-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2' from origin 'https://cbhenderson.github.io' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Followed by:
Failed to load resource: net::ERR_FAILED roboto-v30-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2:1

Again, I'm not sure this is the cause of the chat request from the website widget not being seen in GC queue, but I'm looking for any anomalies.

Thank you

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.