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

Fauna GraphQL Example doesn't work because of permission denying #10540

Closed
ragingwind opened this issue Feb 15, 2020 · 1 comment · Fixed by #10575
Closed

Fauna GraphQL Example doesn't work because of permission denying #10540

ragingwind opened this issue Feb 15, 2020 · 1 comment · Fixed by #10575
Labels
good first issue Easy to fix issues, good for newcomers

Comments

@ragingwind
Copy link
Contributor

Examples bug report

Example name

with-graphql-faunadb

Describe the bug

Can't create a new item to Guestbook with the permission error below

message: "Insufficient privileges to perform the action."
extensions:
code: "permission denied"

To Reproduce

Steps to reproduce the behavior, please provide code

  1. Go to website
  2. Click on submit

Expected behavior

New items should be added to the Guestbook. It seems that missing create permission at the GuestbookEntry so enabling creat permission might be needed at setup script

@balazsorban44
Copy link
Member

This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@vercel vercel locked as resolved and limited conversation to collaborators Jan 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Easy to fix issues, good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants