-
Notifications
You must be signed in to change notification settings - Fork 39
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
Apex-nitro upload is not considering .js files #351
Comments
|
Can you tell me your java version please? ~/ $ java -version |
Thanks a lot for your help Vincent!
|
Is this the same problem of this issue over the apex-publish-static-files project? |
Hi all, We're in a hurry in the project and I've implemented a terrible workaround (thanks to @marvinamorim analysis) and now it works: apex-publish-static-files\lib\distUpload.js:
Regards, |
We have the same issue. It actually fails to set proper mime type for all filetypes (in our case .js .css .png),
|
A few of my colleagues had the same problem so one of them did some digging and came up with the reason and a possible solution. |
Hi all, it appears the none of the mime-types are not honored when uploading. Above SQL statement is a workaround hack that we have to apply manually. @JoseArostegui : I don't think it's a terrible workaround. :-) I think an update in the helpers.getMimeTypeFromFile could easily fix the problem.
Any chance this can be fixed and distributed into a new release? |
Issue Description
apex-nitro upload is not considering .js files
APEX Nitro Version
v5.0.2
Operating System
Windows 10
Node Version
v14.15.1
Browser
Chrome Version 87.0.4280.66 (Official Build) (64-bit)
APEX Version
20.2
Web Server
ORDS 19.2.0.r1991647, Tomcat 8
The text was updated successfully, but these errors were encountered: