Replies: 3 comments 3 replies
-
Hi @jsnobug — this isn't a bug with Hasura, so I've moved this from an Issue » DIscussion. Thanks for reaching out! From your description, it seems like the issue you're encountering is not with Hasura itself but rather with how your client application is configured to interact with the
If you'd like, feel free to share additional details about how your client is configured (e.g., what GraphQL client library you're using, and any relevant snippets of code or configurations). We're happy to help you troubleshoot further! |
Beta Was this translation helpful? Give feedback.
-
@jsnobug — I'm closing this due to inactivity. Please re-open if your issue persists! |
Beta Was this translation helpful? Give feedback.
-
Schema Registry Feature in CE Mode Causes Console ErrorsIssue SummaryWhen running Hasura Community Edition in Docker, the console attempts to make Schema Registry API calls despite Schema Registry being an Enterprise/Cloud-only feature. This happens because:
This affects users of Hasura CE who are seeing console errors when the frontend tries to use Schema Registry features not available in Community Edition. Proposed Solutions
ImpactThis issue only impacts Hasura Community Edition users running the console locally. It doesn't affect functionality but does cause console errors and failed network requests that might degrade the user experience. A proper fix would improve the console experience for CE users while maintaining full functionality for Enterprise/Cloud users without requiring code changes when upgrading. |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions