You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kitchenowl docker image does not include the media-types package, which means that the HTTP response headers do not specify a MIME type for served files. This is a problem when using kitchenowl behind a reverse proxy that adds the x-content-type-options: nosniff header as it prevents the browser from inferring the MIME type by itself.
The end result is that HTML and Javascript files are treated as plain text and not rendered properly in-browser.
Manually adding the media-types package by running apt install media-types inside the container and restarting the container fixes the issue, but destroying and re-creating the container will make the issue arise again.
This should be resolvable by modifying the dockerfile to include the media-types package.
Share your logs
No response
Share your configuration
No response
The text was updated successfully, but these errors were encountered:
Is this urgent?
No
What parts are affected
Frontend
What is the server version
96
What is the client version
96
What platform are you using
Web
What's the problem 🤔
The kitchenowl docker image does not include the media-types package, which means that the HTTP response headers do not specify a MIME type for served files. This is a problem when using kitchenowl behind a reverse proxy that adds the
x-content-type-options: nosniff
header as it prevents the browser from inferring the MIME type by itself.The end result is that HTML and Javascript files are treated as plain text and not rendered properly in-browser.
Manually adding the media-types package by running
apt install media-types
inside the container and restarting the container fixes the issue, but destroying and re-creating the container will make the issue arise again.This should be resolvable by modifying the dockerfile to include the media-types package.
Share your logs
No response
Share your configuration
No response
The text was updated successfully, but these errors were encountered: