-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problem with CDN and jQuery. #12
Comments
Dropzone.ts is not part of this project, which is not a typscript project. So I'm not sure what you're talking about. Also, you can't just write "hey there is an issue in your code" but not point exactly to the issue. What do you mean by "where you specify paths to the CDN", where is the issue???? |
Okay, I'm sorry, I rushed. Let's start with the error related to the CDN. In the repository description, you have an example:
And i get message: Error: NetworkError when attempting to fetch resource. But that's the least of my problems. The bigger problem is in my script, where I only replaced the version from the original Dropzone with yours - hoping that it would work. Now, I'll paste a piece of code and if you could be so kind as to take a second to check it, you might understand what I'm talking about.
If you need anything else, just let me know. Everything is happening on the latest version of Firefox, on a Windows computer. |
It seems there is an issue with the freshly released 7.1.3. Try with this: |
Okay I found the issue: it would only manifest if using an |
Hi! There is an issue in your code where you specify paths to the CDN. Also, if you have the time and interest, check why your library doesn't load when you're using jQuery (specifically jquery-3.7.1.min.js) on the page. I am getting the following error:
I should add that when I change these two lines (the path to .js and .css) to the original version 6 (beta), everything works.
The text was updated successfully, but these errors were encountered: