We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary of the bug or issue
In version 0.4, there are three 404 errors in browser console when displaying Schema browser page:
127.0.0.1 - - [08/May/2024 23:27:36] code 404, message File not found 127.0.0.1 - - [08/May/2024 23:27:36] "GET /_static/entity.json HTTP/1.1" 404 - 127.0.0.1 - - [08/May/2024 23:27:36] code 404, message File not found 127.0.0.1 - - [08/May/2024 23:27:36] "GET /_static/relationship.json HTTP/1.1" 404 - 127.0.0.1 - - [08/May/2024 23:27:36] code 404, message File not found 127.0.0.1 - - [08/May/2024 23:27:36] "GET /_static/person.json HTTP/1.1" 404 -
Additional context and details
Likely to be due to trying access old 0.3 schema files.
Suggested resolution
Unclear where these requests are coming from. May not be a high priority as docs appear to display okay.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary of the bug or issue
In version 0.4, there are three 404 errors in browser console when displaying Schema browser page:
127.0.0.1 - - [08/May/2024 23:27:36] code 404, message File not found
127.0.0.1 - - [08/May/2024 23:27:36] "GET /_static/entity.json HTTP/1.1" 404 -
127.0.0.1 - - [08/May/2024 23:27:36] code 404, message File not found
127.0.0.1 - - [08/May/2024 23:27:36] "GET /_static/relationship.json HTTP/1.1" 404 -
127.0.0.1 - - [08/May/2024 23:27:36] code 404, message File not found
127.0.0.1 - - [08/May/2024 23:27:36] "GET /_static/person.json HTTP/1.1" 404 -
Additional context and details
Likely to be due to trying access old 0.3 schema files.
Suggested resolution
Unclear where these requests are coming from. May not be a high priority as docs appear to display okay.
The text was updated successfully, but these errors were encountered: