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?
Code of Conduct