aditya0yadav opened a new issue, #46533: URL: https://github.com/apache/airflow/issues/46533
### Description When running code in Gitpod, we encountered an issue. For example, when clicking on "Check Out New UI," it redirects us to localhost:29091 instead of using the Gitpod port domain/route as expected ### Use case/motivation for easy traversing for url When running code in Gitpod, we face an issue where navigation does not use the correct domain. What Would You Like to Happen? Ensure navigation within the application correctly adapts to Gitpod's port-based domain instead of defaulting to localhost. When using useNavigate, routes like /webapp should automatically use the Gitpod domain without requiring manual adjustments. Improve the development experience by preventing incorrect redirects and ensuring seamless navigation. ### Related issues _No response_ ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
