Search for patients by MRN or modalities gives me an error in the search.

Search for patients by MRN or modalities gives me an error in the search with a URL containing many question marks and does not provide any results. This also happens with searches by MRN and by name.

The error in the console is: Throttling navigation to prevent the browser from hanging. See https://crbug.com/1038223. Command line switch --disable-ipc-flooding-protection can be used to bypass the protection. On the other hand, I have to say that the viewer is connected to an Azure PACS, and the security certification is HTTP. The language is Spanish

Iā€™m not really sure why, is it your backend?

I had the same error and I could solve this by adding the following in the oidc configuration:

post_logout_redirect_uri: '/logout-redirect.html',

1 Like