Skip to content

wrong mime on Windows #802

Closed
Closed
@niphlod

Description

@niphlod

Started minio as

SET MINIO_REGION=eu-west-1
SET MINIO_ROOT_USER=foo
SET MINIO_ROOT_PASSWORD=bar

minio.exe server --address :3000 "C:\some\folder"

Started console as

set CONSOLE_PBKDF_PASSPHRASE=something
set CONSOLE_PBKDF_SALT=difficult
set CONSOLE_MINIO_SERVER=http://127.0.0.1:3000

console-windows-amd64.exe server

When running on windows, browser reports this

Refused to execute script from 'http://127.0.0.1:9090/static/js/2.59d83018.chunk.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.

As result, you get a blank page when trying to connect to http://127.0.0.1:9090

What am I doing wrong ?

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions