You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git Origin and Source links in Project and Environment pages in the lagoon UI are displaying with a colon which causes them to fail when clicking them.
To Reproduce
Steps to reproduce the behavior:
Go to 'http://${ui-url}/projects/${project-name}'
Look at the "ORIGIN" URL
Observe an additional colon in the path
Click on an environment in the project
View the source url with an additional colon
Expected behavior
There should be no additional colon in the URL
Additional context
The extra colon does not appear if the git URL has a port defined
Git Origin and Source links in Project and Environment pages in the lagoon UI are displaying with a colon which causes them to fail when clicking them.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should be no additional colon in the URL
Additional context
The extra colon does not appear if the git URL has a port defined
It looks like there may be a problem with the way git-url-parse is handling some URLs
https://github.com/amazeeio/lagoon/blob/7d5869265f763fa778c1d0e4e18b730930f4d7f9/services/ui/src/components/ProjectDetailsSidebar/index.js#L12
https://github.com/amazeeio/lagoon/blob/7d5869265f763fa778c1d0e4e18b730930f4d7f9/services/ui/src/components/Environment/index.js#L12-L14
The text was updated successfully, but these errors were encountered: