You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the In-browser SDK version upgraded to 5.13.0 but not sure from today I am facing an issue in the older version(5.11.4) also.
While loading the WASM file in the browser, it is cached and giving an error when uploading an image for extraction.
Browser caching of the resources shouldn't be a problem if you're using exact links, e.g. loadSettings.engineLocation = "https://unpkg.com/@microblink/blinkid-in-browser-sdk@5.11.4/resources/"; instead of loadSettings.engineLocation = "https://unpkg.com/@microblink/blinkid-in-browser-sdk/resources/";. But that looks good, based on the code you provided.
Can you make sure that you're using the same version of the JavaScript SDK and WebAssembly engine?
Also, in which way are you importing/including the JavaScript SDK files?
I noticed the In-browser SDK version upgraded to 5.13.0 but not sure from today I am facing an issue in the older version(5.11.4) also.
While loading the WASM file in the browser, it is cached and giving an error when uploading an image for extraction.
It is cached instead of loading:
Error during upload a image:
This is the code I am using :
loadSettings.engineLocation = "https://unpkg.com/@microblink/blinkid-in-browser-sdk@5.11.4/resources/";
loadSettings.wasmType = BlinkIDSDK.WasmType.Basic;
Let me know what I am missing here or the issue is from the version. Please let me know as soon as possible.
Thanks,
Prashant
The text was updated successfully, but these errors were encountered: