microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.14k stars 949 forks source link

DOMException "insertBefore" on "Node" when using Browser-Integrated Page-Translation in MS EDGE #357

Open BAU08870 opened 3 months ago

BAU08870 commented 3 months ago

When automatic translation is activated for the web app, after clicking on "Start Chat" an Error is raised.

Browser Version: Microsoft Edge for Business Version 122.0.2365.92 (Offizielles Build) (64-Bit)

Browser Console shows:

DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node. at aj (https://ourAzureChatURLfromWAF.internal.com/_next/static/chunks/fd9d1056-e56f8da097f2fae8.js:1:75200) at aj (https://ourAzureChatURLfromWAF.internal.com/_next/static/chunks/fd9d1056-e56f8da097f2fae8.js:1:75281) at aj (https://ourAzureChatURLfromWAF.internal.com/_next/static/chunks/fd9d1056-e56f8da097f2fae8.js:1:75281) at aJ (https://ourAzureChatURLfromWAF.internal.com/_next/static/chunks/fd9d1056-e56f8da097f2fae8.js:1:83376) at aZ (https://ourAzureChatURLfromWAF.internal.com/_next/static/chunks/fd9d1056-e56f8da097f2fae8.js:1:77858) at aX (https://ourAzureChatURLfromWAF.internal.com/_next/static/chunks/fd9d1056-e56f8da097f2fae8.js:1:77725) at aZ (https://ourAzureChatURLfromWAF.internal.com/_next/static/chunks/fd9d1056-e56f8da097f2fae8.js:1:80377) at aX (https://ourAzureChatURLfromWAF.internal.com/_next/static/chunks/fd9d1056-e56f8da097f2fae8.js:1:77725) at aZ (https://ourAzureChatURLfromWAF.internal.com/_next/static/chunks/fd9d1056-e56f8da097f2fae8.js:1:77850) at aX (https://ourAzureChatURLfromWAF.internal.com/_next/static/chunks/fd9d1056-e56f8da097f2fae8.js:1:77725) window.console.error @ 938-94989baae731ecfe.js:1

image