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

graphql-rules.com site unavailable #116

Open
krivachy opened this issue Aug 2, 2023 · 12 comments
Open

graphql-rules.com site unavailable #116

krivachy opened this issue Aug 2, 2023 · 12 comments

Comments

@krivachy
Copy link

krivachy commented Aug 2, 2023

The site https://graphql-rules.com/ is currently unavailable.

Can the owner of the domain fix it please?

Thanks!

@ThirVondukr
Copy link

GraphQL Rules is an awesome resource, I hope this will be fixed soon 😭

@pranjal-jately-unmind
Copy link

This! Would someone be able to look into this?

@SlyDave
Copy link

SlyDave commented Oct 9, 2023

Sadly, still down as of 2023/10/09

@jduhking
Copy link

Yep still down a month later....

@nareshbhatia
Copy link

Any chance of reviving the site?

CC: @nodkz @RIP21 @leoloso

@nareshbhatia
Copy link

It appears that the build is broken. That's why the site may be down. Build is failing at the very first step – yarn install:

warning Error running install script for optional dependency: "/Users/naresh.bhatia/projects/graphql-rules/node_modules/msgpackr-extract: Command failed.
Exit code: 1
Command: node-gyp-build
Arguments:
Directory: /Users/naresh.bhatia/projects/graphql-rules/node_modules/msgpackr-extract
Output:
gyp info it worked if it ends with ok
gyp info using node-gyp@10.0.1
gyp info using node@20.10.0 | darwin | arm64
gyp info find Python using Python version 3.11.6 found at \"/opt/homebrew/opt/python@3.11/bin/python3.11\"
gyp info spawn /opt/homebrew/opt/python@3.11/bin/python3.11
gyp info spawn args [
gyp info spawn args '/Users/naresh.bhatia/.nvm/versions/node/v20.10.0/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/Users/naresh.bhatia/projects/graphql-rules/node_modules/msgpackr-extract/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/naresh.bhatia/.nvm/versions/node/v20.10.0/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/naresh.bhatia/Library/Caches/node-gyp/20.10.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/Users/naresh.bhatia/Library/Caches/node-gyp/20.10.0',
gyp info spawn args '-Dnode_gyp_dir=/Users/naresh.bhatia/.nvm/versions/node/v20.10.0/lib/node_modules/npm/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/Users/naresh.bhatia/Library/Caches/node-gyp/20.10.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/Users/naresh.bhatia/projects/graphql-rules/node_modules/msgpackr-extract',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.'
gyp info spawn args ]
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]

  CXX(target) Release/obj.target/msgpackr-extract/src/extract.o
In file included from ../src/extract.cpp:11:
In file included from ../../nan/nan.h:178:
../../nan/nan_callbacks.h:55:23: error: no member named 'AccessorSignature' in namespace 'v8'
typedef v8::Local<v8::AccessorSignature> Sig;
                  ~~~~^

Many more errors after this.

Here are the node, npm and yarn versions that I am using:

$ node -v
v20.10.0
$ npm -v
10.2.3
$ yarn -v
1.22.21

@RIP21
Copy link
Member

RIP21 commented Jan 12, 2024

I don't think it's unavailable because of the broken build.
I'll try to contact @nodkz and see what we can do.

@nareshbhatia
Copy link

Until then, here's the latest link from web archive!!!

https://web.archive.org/web/20230525165335/https://graphql-rules.com/

@RIP21
Copy link
Member

RIP21 commented Jan 13, 2024

BTW. Was able to contact Paul. He got me into the organization and gave an update that due to his private life, new work etc. he has no time for all that stuff :)

Still trying to figure out what to do with the domain and if the domain is even paid or not.
Will try to get some progress on reviewing this website properly.
Will try to build it and host somewhere for the time being this weekend.

Won't promise anything exactly, but I WILL TRY :D

@RIP21
Copy link
Member

RIP21 commented Jan 13, 2024

Solved temporarily by hosting here https://graphql-rules.onrender.com. Also updated that in README.md.

@nareshbhatia
Copy link

Thank you so much @RIP21

@nareshbhatia
Copy link

Just read the entire site. The content is invaluable! Thanks @nodkz. @RIP21, and all other contributors for putting this together.

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

7 participants