NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node. #16
Replies: 1 comment
-
I did change inner text of Join button to local language and that cause that error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
How to solve this?
I have checked token at https://console.zegocloud.com/developmentTools/tokenTools and it is correct.
I am implementing meeting on pure JS
<script src="https://unpkg.com/@zegocloud/zego-uikit-prebuilt/zego-uikit-prebuilt.js"></script>
and got
NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
Beta Was this translation helpful? Give feedback.
All reactions