graphql-engine
graphql-engine copied to clipboard
[2.11.1] Cannot customize table tracking
Version Information
Server Version: 2.11.1
Environment
OSS
What is the current behaviour?
Hasura crashes when customizing a table tracking operation.
What is the expected behaviour?
should work
How to reproduce the issue?
- select a schema with an untracked table
- click the gear instead of the tracking button
- choose a new custom table name
- hasura crashes
Screenshots or Screencast

Please provide any traces or logs that could help here.
TypeError: Cannot read properties of undefined (reading 'index')
at https://localhost:8443/api/console/assets/versioned/main.js.gz:1:1858709
at Array.map (
Hi @jflambert , I am unable to reproduce this issue on my side. Is this still an issue for you? Any more information you can share that can be helpful (e.g. screenshot of the customize table form before crashing)?
you're right, I haven't had this issue since.
I may have had a permission issue at the time. i.e. trying to track a table owned by 'postgres' but the connection was with a different role.