jscheffl commented on code in PR #46586:
URL: https://github.com/apache/airflow/pull/46586#discussion_r1947910504
##########
airflow/ui/src/layouts/Nav/Nav.tsx:
##########
@@ -59,7 +59,7 @@ export const Nav = () => {
<NavButton
icon={<FiCornerUpLeft size="1.75rem" />}
title="Legacy UI"
- to={import.meta.env.VITE_LEGACY_API_URL}
+ to="http://0.0.0.0:28080/home"
Review Comment:
Mhm, 0.0.0.0 is not a valid address - Why are you sure this is fixing the
button?
I assume per default to link is broken if the ENV file is not adjusted.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]