-
Hello! When I am trying to provide identity schema as base64 and navigate to {"error":{"code":500,"status":"Internal Server Error","reason":"The file for this JSON Schema ID could not be found or opened. This is a configuration issue.","debug":"Get \"base64://e(...)Q==\": unsupported protocol scheme \"base64\"","message":"An internal server error occurred, please contact the system administrator"}} Any ideas why I get the error? |
Beta Was this translation helpful? Give feedback.
Answered by
Benehiko
Jul 12, 2021
Replies: 1 comment
-
Hi @InverMN I have looked into this and could reproduce the error. I have created an issue to track this #1529 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vinckr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @InverMN
I have looked into this and could reproduce the error.
It seems the problem is this specific endpoint not reading the base64 url and only returning results which have a valid url (http or file) as shown here. The registration/login etc uses the base64 fine it seems.
I have created an issue to track this #1529