You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any documentation what service name is supported? For example, when publishing a new graphql schema with a service such as test/test, it will be published correctly as it will be listed in the /schema/latest API. However, when navigating with the UI, it will lead to a page with Select a service from the list, for example, navigating to <registry_url>/#/schema/test/test. So it seems to be an issue with the client's path resolution. Maybe add a validation to avoid service names with a slash?
Likewise, what would be the appropriate process in deleting the said example as it's returning a 404?
For example, DELETE /schema/test/test.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
Is there any documentation what service name is supported? For example, when publishing a new graphql schema with a service such as
test/test
, it will be published correctly as it will be listed in the /schema/latest API. However, when navigating with the UI, it will lead to a page withSelect a service from the list
, for example, navigating to<registry_url>/#/schema/test/test
. So it seems to be an issue with the client's path resolution. Maybe add a validation to avoid service names with a slash?Likewise, what would be the appropriate process in deleting the said example as it's returning a 404?
For example,
DELETE /schema/test/test
.Thanks.
The text was updated successfully, but these errors were encountered: