Open hynra opened 3 years ago
What Postgres version are you running?
What Postgres version are you running?
I have the same issue using postgres 12
I have the same issue on AlloyDb (Postgres 14), When we switched to partitioning our tables, the query the console issues, takes about 3 minutes which causes a timeout on Hasura's end and the same error to be displayed. If the query finishes in the background the second time we select a schema, the schema may load ( if the results were cached by the database) . The introduction of partitions appears to make the metadata query run much slower. We're using V1.3.2.. The problem still exists in [v2.19.0-ce]
After a few relationship and permission updates, the console cannot load the schema
Try checking from chrome dev tools and get the following results
and in console tab
The implication is I can't access the table tab
Even so, there is no error in metadata and client queries still function properly.