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
When logger service is offline, the getLoggerReasons() method generates an exception that prevents the entire page from loading.
Fix is to catch the exception and insert either a dummy list (same data structure as logger reasons) with the error message or use a fall-back list of reasons from the config file.
Further investigation revealed that this code is only used by the legacy download (modal UI) and the ALA download is handled by the downloads-plugin code.
The text was updated successfully, but these errors were encountered:
nickdos
changed the title
Fix: EYA page fails to render if logger service is unavailable
Explore your area fails to render if logger service is unavailable
Aug 16, 2024
nickdos
changed the title
Explore your area fails to render if logger service is unavailable
Explore Your Area fails to render if logger service is unavailable
Aug 16, 2024
EYA page includes
_download.gsp
that uses agetLoggerReasons
taglib
:When logger service is offline, the
getLoggerReasons()
method generates an exception that prevents the entire page from loading.Fix is to catch the exception and insert either a dummy list (same data structure as logger reasons) with the error message or use a fall-back list of reasons from the config file.Further investigation revealed that this code is only used by the legacy download (modal UI) and the ALA download is handled by the downloads-plugin code.
The text was updated successfully, but these errors were encountered: