-
Notifications
You must be signed in to change notification settings - Fork 156
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
Binary files are corrupted after downloaded from the project #1342
Comments
Hey @mgubaidullin. I think I spotted the issue for this.
This code snippet is from FilesTab.tsx file. Here the construction of the File object needs to be handled differently for binary files. My guess is that for binary file.code needs to be converted into a BLOB type. Can I experiment on this idea? Can this ticket be assigned to me? |
I am pretty sure that this is not the case. Files code stored as text everywhere in Karavan. It was designed like this because Karavan operates with source code of an application that finally stored in git. I believe that is is not a good idea to store binary data in git. |
Describe the bug
Binary files are corrupted after downloaded from the project
Steps to reproduce the behavior
Variant
Web Application
Container Management (if applicable)
None
Operating System (if applicable)
None
Version
4.6.0
Relevant log output
No response
The text was updated successfully, but these errors were encountered: