Skip to content

'Network error' message is reported in expression evaluation using deferred library #1541

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

Closed
annagrin opened this issue Mar 17, 2022 · 0 comments · Fixed by #1542
Closed
Assignees

Comments

@annagrin
Copy link
Contributor

If the library used by the expression is not loaded yet, DDC produces JavaScript that will trigger loading the module (and XHR call) when evaluated in chrome. If the expression evaluation is performed on pause, XHR call completes with a network error.

We don't know yet how common such evaluations are, so for now we should just report a better error and collect analytics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant