Missing assets on login page #1038
Labels
status/triage/completed
Automatic triage completed
status/triage/manual
Manual triage in progress
type/bug
Something isn't working
Issue submitter TODO list
main
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
On the
/login
page some assets are "missing". These assets require you to be logged in before they show, so instead of showing, they send a 302 to the login page. They only show when you are logged in and manually go to the/login
page.On the
/logout
page, the favicon used isfavicon.ico
instead of/favicon/favicon.svg
causing it to be missing.Expected behavior
On the
/login
page show theserviceImage.png
for every login service, even when a user is not logged in. Also allow the used fontsInter-Regular.ttf
andInter-Medium.ttf
to be loaded without being logged in.On the
/logout
page, use the correct favicon so that it is shown in the top bar.Your installation details
1.4.5
Steps to reproduce
Go to your kafka-ui hosted page and get forwarded to the login page, or directly go to
kafka-uihostname.com/login
. For the/logout
issue, go to the/logout
page (which is accessible whether logged in or not, but the favicon is missing either way).Screenshots
Shown behavior on the

/login
pageRedirects when inspecting the page

Logs
No response
Additional context
I'll take a look today to see if I can provide a PR that fixes this issue.
The text was updated successfully, but these errors were encountered: