Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
"Catastrophic failure” error occurs in peak time occasionally when opening a particular dossier in library as shown below. The dossier contains Page Linking.

In Strategy Web, those manipulations like Drill, Keep Only, Sort, Show Data, Page Linking, etc. are implemented by one taskProc request. This taskProc request send the corresponding actions to web server and get the JSON data from the response, then using the JSON data to update the UI.
But in Library, for those manipulations taskProc requests, each request is refactored to two separate requests:
For Page Linking case, Library will not save the GET request’s response (it is the source page data) to the state tree. Library just updates to the target page by directly setting the URL. The PUT request has been switched to the target page, but the GET request is still required to source paged data. Server side failed to return the source page data, returns unexpected error.
Following five conditions need to meet to expose the issue when clicking on the Dossier page linking:
This issue has been fixed in Strategy 2021 Update 7. Upgrade to this version to take advantage of the fix.
Two workarounds available:

Refer to Knowledge Base article below for this setting:
KB483871: Ability to load pages on demand in a dossier in MicroStrategy 2020