Skip to content

signup mutation fails with Assertion 'args[3]->IsInt32()' failed #140

Open
@andyw8

Description

@andyw8

I'm able to start the Playground app but when I execute the signup mutation it shows:

{
  "error": "Failed to fetch. Please check your connection"
}

The console shows this failure:

yarn run v1.22.17
$ nodemon src/index.js
[nodemon] 2.0.6
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watching extensions: js,mjs,json
[nodemon] starting `node src/index.js`
(node:91451) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
Server is running on http://localhost:4000/
/Users/andyw8/.nvm/versions/node/v16.13.1/bin/node[91451]: ../src/node_http_parser.cc:567:static void node::(anonymous namespace)::Parser::Initialize(const FunctionCallbackInfo<v8::Value> &): Assertion `args[3]->IsInt32()' failed.`

I'm running Node v16.13.1. I've seen some posts elsewhere suggest this may solved by running an older version of Node, but as I'm on an ARM64 (Apple Silicon) machine, that may not be possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions