-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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-nextjs: Can't write schema.graphql to file system (Error: EACCES: permission denied, open '/schema.graphql') #1543
Comments
Hey @ajmajma, thanks a lot for opening this issue. I just checked and the error doesn't seem problematic. For some reason Nexus isn't able to write the I changed the title of this issue to reflect that. |
Hey @nikolasburk thanks for updating this. I don't know if this is related but the
|
The problem is with This is just a workaround, it'll be great to find a solution that works for both nextjs and nexus. P.S. I'm also running into 'Error: EACCES: permission denied, open '/schema.graphql'' issue with node 10 |
This is probably obvious, |
I changed
|
@Edjevw12 do you mind submitting a PR with this solution 🙂 |
FWIW, I've created a PR that fixes this and a few related issues. |
Thanks a lot @akshaylive, the PR is merged 🚀 |
Hey all,
Trying to fool around with the graphql-nextjs example to get myself acquainted - but I am seeing problems in the console. In the console I am seeing
This is a fresh install as of today. Using node 13.7.0 if this helps.
The text was updated successfully, but these errors were encountered: