-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using MINIO_BROWSER_REDIRECT_URL
without a /
suffix results in a white page
#3009
Comments
MINIO_BROWSER_REDIRECT_URL
without a /
suffix results in an empty pageMINIO_BROWSER_REDIRECT_URL
without a /
suffix results in an empty page
MINIO_BROWSER_REDIRECT_URL
without a /
suffix results in an empty pageMINIO_BROWSER_REDIRECT_URL
without a /
suffix results in a white page
we'll test if it works with nginx cause it seems it works without it. |
Do you have a recommendation for a nginx vhost config adjustment, if others don't have this problem?
Sep 11, 2023 18:39:36 Cesar N. ***@***.***>:
…
we'll test if it works with nginx cause it works without it.
—
Reply to this email directly, view it on GitHub[#3009 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AASAV26NLVMDH2L3LI3QG43XZ45ENANCNFSM6AAAAAA32ADLW4].
You are receiving this because you authored the thread.
[Tracking image][https://github.com/notifications/beacon/AASAV27DYEIGHSAI2MVRAT3XZ45ENA5CNFSM6AAAAAA32ADLW6WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTGFUOJI.gif]
|
this is yet to be confirmed @hashworks (based on a internal discussion), we'll share our findings once we take a look at it. Thanks. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
I came across a similar situation.
Workaround - Adding the trailing / to the URL (http://192.168.0.193/minio/) |
Same issue I cannot get minio to work in a subpath, i just get a balnk page for the main request, the other requests seem to return the intended result |
I'm using nginx as a reverse proxy for Minio, as specified in the docs:
When I set
MINIO_BROWSER_REDIRECT_URL="https://minio.example.net/ui"
the redirect fromhttps://minio.example.net
tohttps://minio.example.net/ui
works, but console then displays an empty white page.To fix this, one has to append a
/
:MINIO_BROWSER_REDIRECT_URL="https://minio.example.net/ui/"
Expected Behavior
Setting
MINIO_BROWSER_REDIRECT_URL="https://minio.example.net/ui"
should work.Current Behavior
Setting
MINIO_BROWSER_REDIRECT_URL="https://minio.example.net/ui"
displays a white page and requires an/
suffix to fix it.Possible Solution
Minio should suffix the
/
automatically. Alternatively this could be fixed in console.Steps to Reproduce
MINIO_SERVER_URL="https://minio.example.net"
andMINIO_BROWSER_REDIRECT_URL="https://minio.example.net/ui"
https://minio.example.net
in a browserhttps://minio.example.net/ui
and the white pageMINIO_BROWSER_REDIRECT_URL
tohttps://minio.example.net/ui/
, restart Miniohttps://minio.example.net
in a browserhttps://minio.example.net/ui/
and the working consoleYour Environment
minio --version
):RELEASE.2023-08-09T23-30-22Z (commit-id=eb55034dfe5ef82449796c83e3126b245c5aee05)
uname -a
):Linux test1.example.net 6.1.0-11-amd64 minio/minio#1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4 (2023-08-08) x86_64 GNU/Linux
Firefox 116.0.3
The text was updated successfully, but these errors were encountered: