Issue with FOP2 chrome extension pop-up

We are having an issue where the URL for the chrome extension pop-up fails intermittently which clicked with inbound calls. The pop-up URL pulls up data in a CRM based on the inbound phone number. The errors information is below and we never see the attempt reach the integration server on the failures.

Resulting Page when Clicked: chrome-extension://noeilkljmfafbfcdoieialchglebbcea/

Extension Errors:
Error 1
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' blob: filesystem: chrome-extension-resource:". Either the 'unsafe-inline' keyword, a hash ('sha256-yF89ScNAAuXb9x4wDWcw9w9A7CmwEO9RfgnQAuSr1YY='), or a nonce ('nonce-...') is required to enable inline execution.
Context
popup.html
Stack Trace
• jquery.js:35 (anonymous function)

Error 2
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' blob: filesystem: chrome-extension-resource:". Either the 'unsafe-inline' keyword, a hash ('sha256-NKcV00sM/5CB6tNGGXj/czR2eNuLdCe7/+68UimuOYk='), or a nonce ('nonce-...') is required to enable inline execution.
Context
options.html
Stack Trace
• jquery.js:35 (anonymous function)

Error 3
WebSocket is already in CLOSING or CLOSED state.
Context
_generated_background_page.html
Stack Trace
• background.js:6 (send)

Error 4
WebSocket connection to 'ws://place.holder.com:4445/' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED
Context
_generated_background_page.html
Stack Trace
• background.js:4 (connectWebsocket)

Error 5
WebSocket connection to 'ws://place.holder.com:4445/' failed: Error in connection establishment: net::ERR_NETWORK_CHANGED
Context
_generated_background_page.html
Stack Trace
• background.js:4 (connectWebsocket)

Error 6
Uncaught TypeError: Cannot read property 'replace' of undefined
Context
_generated_background_page.html
Stack Trace
• base64.js:54 (anonymous function)

Every Time I click on Options in the plugin after the initial error, this error occurs:
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' blob: filesystem: chrome-extension-resource:". Either the 'unsafe-inline' keyword, a hash ('sha256-yF89ScNAAuXb9x4wDWcw9w9A7CmwEO9RfgnQAuSr1YY='), or a nonce ('nonce-...') is required to enable inline execution.
Context
popup.html
Stack Trace
• jquery.js:35 (anonymous function)

Do you have any suggestions on how to troubleshoot this issue?
Thanks!

Sign In or Register to comment.