Trying to make sense of why the Agent Scripting component is failing to render content under specific queue conditions. The environment is the European Union data center. We are running a standard voice interaction flow where the scripting widget is triggered upon successful agent allocation.
The issue manifests when the agent enters the queue with a high-priority flag set. The widget loads the container but displays a blank white screen after approximately four seconds. No JavaScript errors appear in the browser console. The network tab shows a successful 200 OK response from the content delivery endpoint, yet the payload seems to be ignored by the client-side renderer.
We have verified that the script content itself is valid HTML and that the timeout settings on the Architect widget are set to the default 30 seconds. This behavior does not occur with standard priority queues, only when the specific custom attribute is applied. The impact is significant for compliance tracking, as agents cannot view the required disclosure text.
Is there a known conflict between the scripting widget renderer and custom attribute evaluation during the initial session handshake? How can we force a reload of the scripting content without terminating the active call session?