-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Better error handling for IE11 users accessing large dashboards #6531
Comments
FYI, the error isn't limited to modifications, as simply loading the dashboard ofter triggers a "modification" as gridster updates the layout for your screen. This is why users can and do see the error immediately upon loading dashboards. |
Thanks, @w33ble, I updated the workarounds above |
Btw, relabeling to "bug", since as discussed with @rashidkpc not handling a stack trace and showing it directly to a user should be considered a bug. |
This bug needs to be fixed in the next patch release for 4.5.1 |
I'm seeing the same error on Edge 13.1 (it isn't restricted to IE11). This is odd given that Edge is supposed to support longer URLs. |
correction: Edge appears not to support longer URLs after all. |
Today, when IE 11 users access large dashboards, they hit the following error message: #4919
We understand the root cause, but the fix is not easy and may take a while to arrive at: #3947
Known workarounds are:
This ticket calls for handling this error explicitly and showing a user an error message directing them to use another browser (instead of crashing) until resolution below is implemented.
The text was updated successfully, but these errors were encountered: