Lambda
❔ Cannot get Kestrel to work on unity based web project
I'm working on a unity based web application project, and am a novice at this discipline of c#, and am having issues trying to get my webpage to function with kestrel.
When I switch over to IIS express the project works almost completely as intended, aside from a warning style message that pops up ontop of the unity scene, but when I switch over to using kestrel I get this error message ontop of the unity scene's loading screen:
Unable to parse Build/BuildFolder.framework.js.gz! This can happen if build compression was enabled but web server hosting the content was misconfigured to not serve the file with HTTP Response Header "Content-Encoding: gzip" present. Check browser Console and Devtools Network tab to debug
would someone be able to walk me through this issue, as every other online source I've tried has not been able to resolve this issue
2 replies