We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Appropriate error message is returned to user.
Get: ReferenceError: next is not defined
ReferenceError: next is not defined
This is because next is not defined here
next
One way to reproduce this is to upload a zip which exceeds the maxFileSize.
The text was updated successfully, but these errors were encountered:
Merge pull request #1981 from adaptlearning/issue/1980
2bd8966
use correct callback for import, fixes #1980
7ef1f39
dancgray
No branches or pull requests
Expected Behaviour
Appropriate error message is returned to user.
Actual Behaviour
Get:
ReferenceError: next is not defined
This is because
next
is not defined hereSteps to Reproduce
One way to reproduce this is to upload a zip which exceeds the maxFileSize.
Versions
The text was updated successfully, but these errors were encountered: