-
Bug
-
Resolution: Done
-
Critical
-
None
When adding new app and entering details, URL of the app is considered wrong when specifying branch. This must not happen.
1. Add new app
2. Enter name, select business service, etc
3. Enter the link to the app source on github
4. Enter the branch (`main` in my case)
5. Try to analyze this app
Expected result: Analise passes, respective pod is in `completed` state
Actual result: Analise fails, pod is failed, in the log there is a record that URL can't be reached. URL looks like <REPO_URL>/<BRANCH> and this URL really can't be reached.
Example of such log is here