Invalid Array Length Error Causing Crashing

Hello Everyone,

I am working on a project that requires multiple vehicles to be loaded into the environment at multiple different times, yet when a new vehicle is loaded in, I am receiving this error:

An error occurred while rendering. Rendering has stopped.
RangeError: Invalid array length
at ce (http://…/Build/Cesium/Cesium.js:460:5466)
at de (http://…/Build/Cesium/Cesium.js:460:7379)
at Pe (http://…/Build/Cesium/Cesium.js:460:14686)
at De.render (http://…/Build/Cesium/Cesium.js:460:21153)
at P.render (http://…/Build/Cesium/Cesium.js:465:30814)
at t (http://…/Build/Cesium/Cesium.js:465:17783)

Without releasing any of the source code, any ideas as to where my issue could be stemming from?

By that, I mean, what are the typical causes of this error, and what specifically would cause a range error in ce, de, Pe, De.rander, P.render, and t in Cesium.js.

Also, I am building with Cesium 1.14 still if that has any effect on the question/answer.

I am sorry for being so general and vague. All of the possible help/ideas are appreciated.

Thank you.