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
Summary:
Add support for a specifying an openRPC document via URI in the query params for inspector. This will improve the ux capability of inspector.
Acceptance Criteria:
You can specify openRpcDocumentUri in the query params. It will defer to the existing openRPCDocument param, in the case that both params are specified.
The text was updated successfully, but these errors were encountered:
@zcstarr I think now I see your problem. Opening the browser console I saw that requests to fetch the given schemaUrl spec fails, unless its hosted on Github. This derives from a CORS security restriction.
You can work-around it by installing a browser extension, that patches CORS headers, so that you can call external hostnames.
Summary:
Add support for a specifying an openRPC document via URI in the query params for inspector. This will improve the ux capability of inspector.
Acceptance Criteria:
You can specify openRpcDocumentUri in the query params. It will defer to the existing openRPCDocument param, in the case that both params are specified.
The text was updated successfully, but these errors were encountered: