-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fails to serve Unity/Brotli #844
Comments
I'm having the same issue here on windows and trying to serve unity webgl files. I tried to find a correct mimetype to put in with the option |
This issue has been inactive for 180 days |
yup, doesn't work for me either, says the flag is set to true but does not actually serve the files with |
This issue has been inactive for 180 days |
Exporting a WebGL build from unity and then running
http-server -o --cors --brotli
I see
Serve Brotli Files
is true, but I get an error where files likeBuild/world.framework.js.br
are not being served withContent-Encoding: br
in the response header.Ultimately this means Unity WebGL builds are not viewable with
http-server
Environment Versions
v16.13.1
v14.1.1
The text was updated successfully, but these errors were encountered: