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
This can be reproduced in local by serving the application with FLASK_DEBUG=0. This occurs only with schema containing $ref which seems returns a JSONRef object which cannot be serialized. In DEBUG mode a dict is returned. One solution can be to do a deep copy in a code specified to JSONSCHEMAS_RESOLVER_CLS but it is a workaround. This problem can comes from a specific version of jsonref.
Uh oh!
There was an error while loading. Please reload this page.
Bug description:
Calling the specific
schema.properties.$schema.default
of a schema returns an error.Examples:
For some reason, https://bib.test.rero.ch/schemas/items/item-v0.0.1.json works.
Version:
v1.10.0
Sentry
https://sentryils.rero.ch:8443/share/issue/9f08fa0b4c8240b7a857eb0a073f3dc9/
The text was updated successfully, but these errors were encountered: