Version Information
Server Version:
CLI Version (for CLI related issue):
Environment
- HASURA_GRAPHQL_DATABASE_URL=postgres://postgres:postgres@postgresql:5432/postgres
- HASURA_GRAPHQL_ENABLE_CONSOLE=true
- HASURA_GRAPHQL_SERVER_ROOT_PATH:/hasura/home
- HASURA_GRAPHQL_METADATA_RETRY_INTERVAL=5000 # Wait for 5 seconds before retrying connection
- HASURA_GRAPHQL_DATABASE_CONNECTION_TIMEOUT=120 # Set connection timeout to 120 seconds
What is the current behaviour?
tap API router
What is the expected behaviour?
Do not request
How to reproduce the issue?
1.tap API router
Screenshots or Screencast

Please provide any traces or logs that could help here.
I find TopNav component has request fetchSchemaRegistryNotificationData, but I don't need schemaRegistry
const fetchSchemaRegistryNotificationData = useGetSchemaRegistryNotificationColor(projectID);
Any possible solutions/workarounds you're aware of?
Keywords
Version Information
Server Version:
CLI Version (for CLI related issue):
Environment
What is the current behaviour?
tap API router
What is the expected behaviour?
Do not request
How to reproduce the issue?
1.tap API router
Screenshots or Screencast
Please provide any traces or logs that could help here.
I find TopNav component has request fetchSchemaRegistryNotificationData, but I don't need schemaRegistry
const fetchSchemaRegistryNotificationData = useGetSchemaRegistryNotificationColor(projectID);
Any possible solutions/workarounds you're aware of?
Keywords