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
even after fixing 1.1 signed assertions, 1.0 signed assertions still fail.
error messages:
[{'name': 'VERIFY_JWS', 'success': False, 'result': 'Task could not run due to unmet prerequisites.', 'messageLevel': 'ERROR'}, {'name': 'VALIDATE_PROPERTY', 'success': False, 'result': 'IRI property id value uid:640 not valid in unknown type node uid:640', 'messageLevel': 'ERROR', 'node_id': 'uid:640', 'prop_name': 'id'}]
The text was updated successfully, but these errors were encountered:
I believe you just have an invalid id format there... I think it should be a UUID for a signed badge, so it should be something like "urn:uuid:123415-asdfasdf-213462346-sdfgsdfg"
even after fixing 1.1 signed assertions, 1.0 signed assertions still fail.
error messages:
[{'name': 'VERIFY_JWS', 'success': False, 'result': 'Task could not run due to unmet prerequisites.', 'messageLevel': 'ERROR'}, {'name': 'VALIDATE_PROPERTY', 'success': False, 'result': 'IRI property id value uid:640 not valid in unknown type node uid:640', 'messageLevel': 'ERROR', 'node_id': 'uid:640', 'prop_name': 'id'}]
The text was updated successfully, but these errors were encountered: