Console logged out when trying to set policy for a bucket
We are trying to deploy the latest version of minio in the intranet server. However, when the policy is set for the new bucket, the console will directly exit to the login page and the session will be lost.
On this server, we tried to deploy stand-alone applications with docker-compose, deploy distributed applications with docker-compose, and directly install deb package and then start it up. This phenomenon still occurred.
We tried to analyze the interfaces' behavior. The PUT /api/v1/buckets/test1/set-policy returns 302 in the Network of the Chrome browser, and its redirect target is http://1.1.1.2/disable/disable2.htm . Then the session is logged out and the policy is not changed when we logged in back.

After that, we tried to install minio directly with the deb package and run it on the personal computer, but this problem did not occur. The above interface returned 200 normally and the policy was successfully modified.
What could be the problem please? It doesn't seem to be a problem with the operating environment. Any suggestions?