When I tried to execute a query in hasura console, the response returns 504 after 20.20s. How to solve this? Is hasura application to have any environment variables to configure the request timeout?
Asked
Active
Viewed 140 times
1 Answers
0
It was due to miss of foreign key index. After the troubleshooting and found that, when configuring foreign key relationships, it is good practice to add an index of the same. It will change the query execution plan.

Sarath Baiju
- 226
- 2
- 9