react-aad
react-aad copied to clipboard
ERR_CONNECTION_CLOSED On Web App Loads
Library versions
react-aad-msal: 2.3.2msal: 1.2.1
Describe the bug After upgrading to react-aad-msal version 2.3.2 from 2.1.1, sometimes facing ERR_CONNECTION_CLOSED issue on web-app url loads. I was using msal version 1.1.3 earlier and never faced this issue. Clearing the site data/cache works.
Expected behavior Web app should be loaded on hitting the url address on browser.
To Reproduce There is no proper steps to reproduce. Happens occasionally when the web app url loads in the browser.
Desktop (please complete the following information): OS: MacOS Catalina Browser: chrome tested Version: Latest
I've noticed really weird and intermittent issues like this. It's super odd and often not reproducible.
Safari browser throws error "Safari can’t open the page. The error is: “The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 303.)".
i assume, ERR_CONNECTION_CLOSED in chrome, which happens occasionally and kCFErrorDomainCFNetwork error are related issue.
Surprisingly, Safari browser throws 'kCFErrorDomainCFNetwork error 303' always in QA environment but works fine in DEV environment. Firefox and Chrome browser works fine in both the environments.