My team is having a 'random' issue to where certain users are getting the error below when trying to run one of our b2c userflows. The userflow works 95% of the time, but 'randomly' a user (existing or new) will get this issue and be unable to sign in/register until the issue resolves itself.
The frontend is using msal-angular with the login type of redirect.
We are using the login function outlined in the example repo provided by MS:
AADB2C90047: The resource '[MY URL HERE]' contains script errors preventing it from being loaded.
There were also a few posts talking about needing to enable javascript on the flow. That has also been done.
I also see a few pointed back at CORS issues. I have enabled the allow-origin: * to my cloudfront and s3 set up in AWS.