enigma icon indicating copy to clipboard operation
enigma copied to clipboard

Cannot read properties of undefined (reading '_malloc')

Open Simple-MAX opened this issue 3 years ago • 1 comments

image any Idea why this not working

Simple-MAX avatar Nov 24 '21 15:11 Simple-MAX

Hi @Simple-MAX, I just had a similar issue and it turned out that I forgot to init Enigma at the very beginning, which is required for Enigma to work.

Can you please try to add await Enigma.init() at the beginning and see if it solves the issue?

marcodellemarche avatar Mar 11 '22 15:03 marcodellemarche