Missing function: create, Uncaught abort(-1) at Error

hi all,
was wondering if anyone seen this “missing function abort(-1)” error?
6166449--674598--upload_2020-8-4_14-35-8.png

looks like it hit here,
hitting some dyncall void(int,int)? and its missing?
is it some kind of call back from unity? i am in total dark here.
so my question is what could have trigger hitting this, how can i fix this or avoid this? if anyone can shed some light on me how to fix this, it would be much appreciated

Invoking error handler due to
Uncaught abort(-1) at Error
    at jsStackTrace (WebBuild.wasm.framework.unityweb:2:15158)
    at stackTrace [Object.stackTrace] (WebBuild.wasm.framework.unityweb:2:15329)
    at Object.onAbort (https://some.domain.com/webgl/WebBuild/Build/UnityLoader.js:4:9327)
    at abort (WebBuild.wasm.framework.unityweb:2:549278)
    at _create (WebBuild.wasm.framework.unityweb:2:228945)
    at <anonymous>:wasm-function[74959]:0x18a28d5
    at dynCall_ii (<anonymous>:wasm-function[97594]:0x1df2657)
    at dynCall_ii [Object.dynCall_ii] (WebBuild.wasm.framework.unityweb:2:511593)
    at invoke_ii (WebBuild.wasm.framework.unityweb:2:369417)
    at <anonymous>:wasm-function[74967]:0x18a2bf7
    at <anonymous>:wasm-function[74970]:0x18a2f08
    at <anonymous>:wasm-function[74969]:0x18a2e72
    at <anonymous>:wasm-function[65729]:0x14fc4d2
    at <anonymous>:wasm-function[65726]:0x14fc2e0
    at <anonymous>:wasm-function[65723]:0x14fc1dd
    at <anonymous>:wasm-function[28491]:0xe76c5f
    at <anonymous>:wasm-function[39341]:0x1098999
    at <anonymous>:wasm-function[60249]:0x1386a48
    at dynCall_iiiii (<anonymous>:wasm-function[97601]:0x1df26fa)
    at dynCall_iiiii [Object.dynCall_iiiii] (WebBuild.wasm.framework.unityweb:2:516836)
    at invoke_iiiii (WebBuild.wasm.framework.unityweb:2:377621)
    at <anonymous>:wasm-function[46898]:0x12195dd
    at <anonymous>:wasm-function[47271]:0x1227c0b
    at <anonymous>:wasm-function[3437]:0x1f230a
    at <anonymous>:wasm-function[3436]:0x1f2276
    at <anonymous>:wasm-function[6049]:0x2b2bd9
    at <anonymous>:wasm-function[6047]:0x2b28e8
    at <anonymous>:wasm-function[6051]:0x2b2de2
    at <anonymous>:wasm-function[6490]:0x2e6efd
    at <anonymous>:wasm-function[9475]:0x42de44
    at <anonymous>:wasm-function[8784]:0x3e49cd
    at <anonymous>:wasm-function[8784]:0x3e49e2
    at <anonymous>:wasm-function[8778]:0x3e3d92
    at <anonymous>:wasm-function[8773]:0x3e26e2
    at dynCall_v (<anonymous>:wasm-function[97617]:0x1df2974)
    at dynCall_v [Object.dynCall_v] (WebBuild.wasm.framework.unityweb:2:526549)
    at browserIterationFunc (WebBuild.wasm.framework.unityweb:2:129986)
    at runIter [Object.runIter] (WebBuild.wasm.framework.unityweb:2:133059)
    at Browser_mainLoop_runner (WebBuild.wasm.framework.unityweb:2:131521)

Anything in the console log, hinting at what might be the problem? (perhaps related to code stripping)

i like you