You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.
When there is a malformed JSON returned from the AJAX request to get the datasources, if the file is loaded successfully you get a 200 status, but the done() promise doesn't fire because the response could not be parsed as JSON. .fail() will trigger, so we should add the fail() handler to this call and report an error if there is a failure. Otherwise, the app seems to hang on 'loading' without reporting any error.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When there is a malformed JSON returned from the AJAX request to get the datasources, if the file is loaded successfully you get a 200 status, but the done() promise doesn't fire because the response could not be parsed as JSON. .fail() will trigger, so we should add the fail() handler to this call and report an error if there is a failure. Otherwise, the app seems to hang on 'loading' without reporting any error.
The text was updated successfully, but these errors were encountered: