Static binary files are mangled #2811
Unanswered
Pauan
asked this question in
Troubleshooting
Replies: 2 comments 1 reply
-
Hi Pauan, is there a way for me to test whether or not the file is mangled? It's hard to tell if my local environment has mangled it or not from a glance. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello, is there already a solution to this problem? I ran into the same problem with BabylonJS and an env map |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using mount to serve some static files:
Inside of the
static
folder I have a binary file calledkloppenheim_06_1k.env
.When I run
snowpack dev
and try to accesshttp://localhost:8080/kloppenheim_06_1k.env
the data is completely mangled.Here is a ZIP file which contains the original binary file (
kloppenheim_06_1k.env
) and the mangled file (kloppenheim_06_1k (broken).env
)Note that this file works perfectly with other HTTP servers, including with
rollup-plugin-serve
.Beta Was this translation helpful? Give feedback.
All reactions