Troubleshooting Hasura GraphQL engine errors

Introduction

This section provides references that can help in troubleshooting errors when developing with Hasura.

Logs

In order to find out about the origins of an error, it can be helpful to check the logs.

Server logs

For errors that come from the Hasura server, server logs will give you more insights. For details on how you can access these logs, as well as different log types, visit this page.

Console logs

Should there be any error coming from the Hasura console UI, they will show up in the Browser dev tools.

Remote service logs

Errors can come from a remote service, such as remote schemas, events or actions. In this case, check the errors of the respective remote service. For actions, check out this debugging page.

GitHub issues

It’s possible that someone with the same problem has created a GitHub issue on the Hasura repo. If you don’t come across an issue with solution in your search, feel free to create a new issue.

Hasura blog

The Hasura blog contains a lot of useful resources including tutorials. You can use the search functionality to find what you’re looking for.

YouTube

If you prefer to watch tutorials in the form of videos, check out the Hasura Youtube channel.

Postgres docs

If you come across a Postgres error, it will be helpful to check the Postgres documentation.

Discord

If you didn’t find a solution in any of the above mentioned sections or if you prefer to troubleshoot with the community, feel free to join our Discord server. Other users might have come across the same issues, and the Hasura community on Discord is very active and helpful.