-
Notifications
You must be signed in to change notification settings - Fork 2.8k
docs: troubleshooting section revamp (close #4052) #4825
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
docs: troubleshooting section revamp (close #4052) #4825
Conversation
|
Deploy preview for hasura-docs ready! Built with commit 02d36a9 |
CHANGELOG.md
Outdated
| - cli: remove irrelevant flags from init command (close #4508) (#4549) | ||
| - docs: update migrations docs with config v2 (#4586) | ||
| - docs: update actions docs (#4586) | ||
| - docs: replace incomplete trouble shooting section with reference on debugging errors (close #4052) (#4825) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to be in wrong place.
| returned by the describe command as it is something added by Hasura GraphQL engine. Now if a new column is created | ||
| with the same name, i.e. ``author``, via ``psql``, the Hasura GraphQL engine will throw the above error when restarted as it has two | ||
| references to the ``author`` field for the ``article`` table. | ||
| If you didn't find a solution in any of the abovementioned sections or if you prefer to troubleshoot with the community, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in: "above mentioned"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's actually a word: https://www.merriam-webster.com/dictionary/abovementioned :D but it's fine for me to change :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow. TIL. In that case sorry for changing it :)
|
Review app https://hge-ci-pull-4825.herokuapp.com is deleted |
Description
This PR removes the incomplete troubleshooting guide from the docs.
It adds a temporary page that contains references as to where to find solutions on errors.
Later we'll replace this with a comprehensive page with all errors.
Changelog
CHANGELOG.mdis updated with user-facing content relevant to this PR.Affected components
Related Issues
#4052
Steps to test and verify
https://deploy-preview-4825--hasura-docs.netlify.app/graphql/manual/troubleshooting/index.html