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
Describe the bug
I've implemented a service, supporting 'rpc.discover' requests. The returned document is parsed automatically, but it freezes the inspector UI and will not end.
To Reproduce
Steps to reproduce the behavior:
Enter the endpoint URI to a service implementing 'rpc.discover'
Change the transport to 'websocket'
The UI is freezed
Expected behavior
OpenRPC doc tab/icon should be shown
The monaco editor should give completion support, just as it does when passing the openrpc spec via ?schemaUrl query parameter.
Screenshots
Desktop (please complete the following information):
Describe the bug
I've implemented a service, supporting 'rpc.discover' requests. The returned document is parsed automatically, but it freezes the inspector UI and will not end.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
?schemaUrl
query parameter.Screenshots
Desktop (please complete the following information):
Additional context
Here's my jsonrpc discovery trace log:
jsonrpc-request.txt
And this is the returned schema as dedicated file: https://json-schema.axonivy.com/openrpc/11.3.0/inscription.json
The text was updated successfully, but these errors were encountered: