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
same issue:
i have a similar problem. i'm using a subpath of /minio, the console works and the session request returns 200.
Request URL: http://10.235.77.22/minio/api/v1/session
Request Method: GET
Status Code: 200 OK
Remote Address: 10.235.77.22:80
Referrer Policy: strict-origin-when-cross-origin
but when you try to use certain pages like buckets, you get:
Request URL: http://10.235.77.22/api/v1/buckets
Request Method: GET
Status Code: 404 Not Found
Remote Address: 10.235.77.22:80
Referrer Policy: no-referrer
No access to buckets and policies (and possibly something else?) in web console when using reverse proxy subpath
Expected Behavior
Web console try to access /subpath/api/v1/buckets and all is good
Current Behavior
Web console try to access /api/v1/buckets which is not working
Possible Solution
Revert to RELEASE.2023-03-24T21-41-23Z
Steps to Reproduce (for bugs)
set MINIO_BROWSER_REDIRECT_URL=https://example.com/subpath
start minio
try to open https://example.com/subpath/buckets
or https://example.com/subpath/policies
Regression
Yes, worked with docker image RELEASE.2023-03-24T21-41-23Z
Your Environment
Nginx relevant config:
The text was updated successfully, but these errors were encountered: