enigma
enigma copied to clipboard
Cannot read properties of undefined (reading '_malloc')
any Idea why this not working
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?