Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
andyw8 opened this issue Jan 3, 2022 · 1 comment
Open

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

andyw8 opened this issue Jan 3, 2022 · 1 comment

Comments

@andyw8
Copy link

andyw8 commented Jan 3, 2022

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.

@andyw8 andyw8 changed the title signup mutation fails with Assertion args[3]->IsInt32()' failed` signup mutation fails with ``Assertion args[3]->IsInt32()' failed``` Jan 3, 2022
@andyw8 andyw8 changed the title signup mutation fails with ``Assertion args[3]->IsInt32()' failed``` signup mutation fails with Assertion args[3]->IsInt32()' failed Jan 3, 2022
@andyw8 andyw8 changed the title signup mutation fails with Assertion args[3]->IsInt32()' failed signup mutation fails with Assertion `args[3]->IsInt32()' failed Jan 3, 2022
@andyw8 andyw8 changed the title signup mutation fails with Assertion `args[3]->IsInt32()' failed signup mutation fails with `` Assertion args[3]->IsInt32()' failed ``` Jan 3, 2022
@andyw8 andyw8 changed the title signup mutation fails with `` Assertion args[3]->IsInt32()' failed ``` signup mutation fails with ` Assertion args[3]->IsInt32()' failed `` Jan 3, 2022
@andyw8 andyw8 changed the title signup mutation fails with ` Assertion args[3]->IsInt32()' failed `` signup mutation fails with Assertion 'args[3]->IsInt32()' failed Jan 3, 2022
@AdnanCodes
Copy link

Same error running node 17.4 on WSL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants