In lambda crypto.getRandomValues is not a function

Options

I don't understand why

Tagged:

Best Answer

  • Ray Deck
    Ray Deck Trusted Xano Expert ✭✭✭
    Answer ✓
    Options

    That function is from Node 17.4. Xano lambdas are (today) on v16.13.0. You can confirm this with:

    return process.version;

    In a lambda and then inspecting that output.