-
-
Notifications
You must be signed in to change notification settings - Fork 961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Unable to find JSON Schema ID: default #2393
Conversation
When creating identity with admin api
@splaunov thank you for the many PRs you have created. Do you have time do address some of the feedback we provide? It is critical to get those in, in order to be able to merge things upstream. Thanks |
Codecov Report
@@ Coverage Diff @@
## master #2393 +/- ##
==========================================
- Coverage 76.56% 75.10% -1.47%
==========================================
Files 318 292 -26
Lines 17298 15693 -1605
==========================================
- Hits 13244 11786 -1458
+ Misses 3121 2986 -135
+ Partials 933 921 -12
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for following up :))
When creating identity with admin api the following error is generated:
This happens if there is no schema id
default
in the config.Related issue(s)
Checklist
introduces a new feature.
contributing code guidelines.
vulnerability. If this pull request addresses a security. vulnerability, I
confirm that I got green light (please contact
security@ory.sh) from the maintainers to push
the changes.
works.
Further Comments