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
Observered in the EarthPortal: when selecting AgroPortal and EcoPortal (without BiodivPortal), the UI returns We're sorry but something has gone wrong. We have been notified of this error.. Any other federated portal combination works on my side.
When digging into the logs, this is what is shown:
F,[2025-01-09T17:09:09.206470#5170] FATAL -- : NoMethodError(undefinedmethod`[]=' for nil:NilClass):app/controllers/concerns/submission_filter.rb:74:in `blockinmerge_by_acronym'app/controllers/concerns/submission_filter.rb:72:in `each'app/controllers/concerns/submission_filter.rb:72:in`merge_by_acronym'app/controllers/concerns/submission_filter.rb:50:in `submissions_paginate_filter'app/controllers/ontologies_controller.rb:47:in `block in ontologies_filter'app/controllers/ontologies_controller.rb:46:in `ontologies_filter'
Observered in the EarthPortal: when selecting AgroPortal and EcoPortal (without BiodivPortal), the UI returns
We're sorry but something has gone wrong. We have been notified of this error.
. Any other federated portal combination works on my side.When digging into the logs, this is what is shown:
Which leads to this function:
bioportal_web_ui/app/controllers/concerns/submission_filter.rb
Line 74 in 80fc27d
I didn't have the time to dig in, but it seems there is an edge case when it comes to handling acronyms.
The text was updated successfully, but these errors were encountered: