Replies: 3 comments 2 replies
-
|
I also encountered the same problem I am running the latest version of Minio in Docker, and initially logged into the console normally using HTTP. |
Beta Was this translation helpful? Give feedback.
-
|
怎么解决的?我也遇到了同样的问题! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry, my network does not allow me to ask questions in the community, so I can only ask questions here
After installing Minio using the Docker command, enter the console, http://XXX:20302/login,After successful login, the page becomes blank and F12 has no interface call
Found 403 Access denied only in the console and Docker has no logs
Can you help me take a look at this issue? Thank you.Please help me, thank you very much!
console log:

The Docker command is as follows:
docker run
-d
-p 20302:9000
-p 20303:9001
--name=minio1
--restart=always
-e "MINIO_ROOT_USER=admin"
-e "MINIO_ROOT_PASSWORD=admin123456"
-v /home/smartpark/docker/minio1/data:/data
-v home/smartpark/docker/minio1/config:/root/.minio
minio/minio server /data --console-address ":9000" --address ":9001"
Beta Was this translation helpful? Give feedback.
All reactions