-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
Description
I've started testing
3.0.0-next16-alpha.2and spotted a bug that looks to be cache handler related. The Generate a Manifest file implementation of/manifest.webmanifestresults in the manifest file response being a base64 encoded string of the manifest JSON. Same is happening with the robots.txt.EDIT: So this looks to be more nuanced, the first response that gets loaded from the static files on disk is base 64 encoded, once the response comes from the cache, then it is no longer base 64 encoded.
Originally posted by @m-sanders in #110