-
Notifications
You must be signed in to change notification settings - Fork 282
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
No route matches [GET] "...cloudinary-jquery-file-upload.js.map" #199
Comments
I'm having the same error last days. |
I get the same error but I'm getting away with using |
My problem was that I used fileupload to init: $(".cloudinary-fileupload").fileupload
dropZone: "#photos"` Solution: |
Typically what causes this is the main .js file including a call to the .map file. My functionality still works fine however I'm seeing the error all over in my logs. |
Same problem here. The issue seems to have been introduced in version Uploads don't work in any version from |
The issue is a result of a change to Cloudinary's JavaScript library. Due to compatibility issues with some environments, the script no longer autonomously calls BTW Sorry for the unintentional outcome. We will update the documentation to reflect this change. |
How do we resolve the .map file not being included and thus causing the log to be flooded with routing errors? I saw at the bottom of the .js file where it's linking to the .js.map file but no idea how to override that. |
cloudinary/cloudinary_gem#199. Build `js/jquery.cloudinary.js` by renaming `cloudinary-jquery-file-upload.coffee` and then compiling it instead of renaming `cloudinary-jquery-file-upload.js` after compiling
TL;DRFixed in version 1.1.7. Please let us know if it solved your problem. DetailsThe issue was with the Cloudinary JavaScript library.The GEM fetches the |
@tocker Works for us, thanks! |
@tocker great work! Much appreciated. |
I'm using version 1.1.6 and I'm getting the following error when including the cloudinary JS via assets pipeline:
ActionController::RoutingError (No route matches [GET] "/assets/cloudinary/cloudinary-jquery-file-upload.js.map")
This is causing the direct upload functionality to break.
The text was updated successfully, but these errors were encountered: