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 Dec 29, 2022. It is now read-only.
The code has a problem uploading files. Checking the developer tools console in my browser you see:
DevTools failed to load SourceMap: Could not load content for https://www.gstatic.com/external_hosted/jquery_form/jquery.form.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
I tried fixing this by switching the jquery.form.min location, but then you get another error:
POST http://localhost:9999/ 500 (Internal Server Error)
send @ jquery.min.js:4
ajax @ jquery.min.js:4
(anonymous) @ jquery.form.js:441
q.fn.ajaxSubmit @ jquery.form.js:338
o @ jquery.form.js:1035
dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3
I tried compiling from source, but the source won't currently compile because of a parse error in full_test.js. Once you fix that you are back to the errors listed above.
Does this product have any support?
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.
The code has a problem uploading files. Checking the developer tools console in my browser you see:
DevTools failed to load SourceMap: Could not load content for https://www.gstatic.com/external_hosted/jquery_form/jquery.form.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
I tried fixing this by switching the jquery.form.min location, but then you get another error:
POST http://localhost:9999/ 500 (Internal Server Error)
send @ jquery.min.js:4
ajax @ jquery.min.js:4
(anonymous) @ jquery.form.js:441
q.fn.ajaxSubmit @ jquery.form.js:338
o @ jquery.form.js:1035
dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3
I tried compiling from source, but the source won't currently compile because of a parse error in full_test.js. Once you fix that you are back to the errors listed above.
Does this product have any support?
The text was updated successfully, but these errors were encountered: