Sodium.js error

Joe Green 146 Reputation points
2023-01-27T19:24:15.99+00:00

Does anyone know what is sodium.js and what is this error means? This error started showing in my asp.net MVC app. I have autocomplete on my text field which uses json call which queries database and I've noticed that even the autocomplete works, autocomplete entries appear slowly.

sodium.js:1 
        
       Uncaught (in promise) RuntimeError: Aborted(CompileError: WebAssembly.instantiate(): ). Build with -s ASSERTIONS=1 for more info.
    at x (sodium.js:1:304371)
    at sodium.js:1:447655
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Joe Green 146 Reputation points
    2023-01-30T18:10:53.3066667+00:00

    Found out. Just posting as it may be helpful to someone. The error is coming from Imprivata OneSign browser extension. This extension provides Single Sign-On for Google Chrome and Microsoft Edge.

    1 person found this answer helpful.
    0 comments No comments

  2. Bruce (SqlWork.com) 55,686 Reputation points
    2023-01-27T20:43:37.8166667+00:00

    you may be using this library

    https://github.com/jedisct1/libsodium.js/

    0 comments No comments