-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Referenced schema not shown after a click on its link #1388
Comments
Thanks for the report @Petkomat , what Console version are you using? |
I am using docker image |
Does this resolve to v2.7.1 which is the actual latest version? I do not recommend using |
Now, it behaves interestingly. Our schemas have more references and I noticed the following:
|
Could you share a recording? Ideally show the network tab and check the console for error logs as well. |
When I go to Schema Registry subpage and choose a schema, e.g.,
I am viewing it at
http://localhost:6088/schema-registry/subjects/io.example.Car?version=latest
and correctly see the referenced schemaio.example.Human
in the References section. However, if I click on the link that is supposed to take me toio.example.Human
, nothing happens, unless I change the version inhttp://localhost:6088/schema-registry/subjects/io.example.Human?version=1
to
http://localhost:6088/schema-registry/subjects/io.example.Human?version=latest
.Human
is explicitly defined to have version1
.The text was updated successfully, but these errors were encountered: