-
Notifications
You must be signed in to change notification settings - Fork 0
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
404 Errors in Portal Post v2.8.0 Release #553
Comments
what is the content if this array? |
Now I tried many times but I can't reproduce the error, but the last time I used the master of |
This issue was resolved in ontoportal-lirmm/bioportal_web_ui#632 (specifically this commit ontoportal-lirmm/ontologies_api_ruby_client@f91c32d) and deployed in production. But even in production, @jonquet saw this in production yesterday #551 (comment), which is strange. There may be another hidden case where this occurs. |
Do you know if this still happens or do we close? @jonquet @Bilelkihal |
I have not experienced it anymore except with LEXEAU but we are not sure of reasons with multiples edit/loading of the resource by the devolper |
@syphax-bouazzouni |
LEXEAU is fixed by this ontoportal-lirmm/bioportal_web_ui#645 |
Description
After releasing version 2.8.0, we are experiencing multiple 404 errors throughout the portal.
Potential Cause
The issue seems to be related to the following call in the UI:
LinkedData::Client::Models::Ontology.find_by_acronym(ontology).first
This call is returning an array instead of a hash.
The text was updated successfully, but these errors were encountered: