-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blazor WASM Error on iOS Safari - RangeError: Out of Memory #79909
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsIs there an existing issue for this?
Describe the bugWhen loading Blazor WASM apps in iOS Safari, the following error is encountered, causing all apps to fail to load: I've encountered this error in every app I've written. To ensure the issue was not within my code, I created a new project using the standard WASM template in VS (counter/weather) and made no modifications. I then deployed the default/unmodified app to Azure and repeated my testing. The error is encountered randomly when refreshing Safari on iOS (about every 5th refresh). I've experienced this on multiple iPhones and verified on BrowserStack using several iOS devices and Safari versions. Here's the deployed base app: This is s screenshot I took from BrowserStack: Expected BehaviorApp should load successfully, as it does in other browsers. Steps To Reproduce
Exceptions (if any)RangeError: Out of Memory .NET Version7.0.100 Anything else?No response
|
I see |
@kyletinsley |
@kyletinsley I'm trying to understand what triggers the Update: I figured it out, thanks! |
Now I understand, just the installation of the
|
Fixed by #80849 |
Is there an existing issue for this?
Describe the bug
When loading Blazor WASM apps in iOS Safari, the following error is encountered, causing all apps to fail to load:
RangeError: Out of memory
I've encountered this error in every app I've written. To ensure the issue was not within my code, I created a new project using the standard WASM template in VS (counter/weather) and made no modifications.
I then deployed the default/unmodified app to Azure and repeated my testing. The error is encountered randomly when refreshing Safari on iOS (about every 5th refresh). I've experienced this on multiple iPhones and verified on BrowserStack using several iOS devices and Safari versions.
Here's the deployed base app:
https://blazor7-test.azurewebsites.net
This is s screenshot I took from BrowserStack:
Expected Behavior
App should load successfully, as it does in other browsers.
Steps To Reproduce
Exceptions (if any)
RangeError: Out of Memory
.NET Version
7.0.100
Anything else?
No response
The text was updated successfully, but these errors were encountered: