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
Slack us first!
The easiest and fastest way to help you is via Slack. There's a free and easy signup to join our #defectdojo channel in the OWASP Slack workspace: Get Access.
If you're confident you've found a bug, or are allergic to Slack, you can submit an issue anyway.
Bug description
I can't access to defectdojo, it alaway change path to my jira url
Steps to reproduce
Steps to reproduce the behavior:
1 Run defect dojo in local host:
2 Make it public by using ngrok
3 Config it and intergrate with defectdojo
4 After turn off docker compose and restart
5 Can not access to defectdojo
Deployment method(select with an X)
Docker Compose
Kubernetes
GoDojo
Environment information
Operating System: [WSL Ubuntu 22.01]
DefectDojo version:2.40.0
Logs
Use docker compose logs (or similar, depending on your deployment method) to get the logs and add the relevant sections here showing the error occurring (if applicable).
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
I'm not sure what's going on with your DefectDojo + ngrok setup but the address bar in the screenshots looks like a large part of the problem. It seems like it's 2 URLs concatenated into a single URL which would result in the 404 page you're seeing.
I suspect there's something wrong with how ngrok is setup. I'd suggest calling the URL with something like curl -k -v so that you can inspect the HTTP you're getting from your setup. There's probably a 302/Redirect that's ending up in the 404 in your screenshots.
Slack us first!
The easiest and fastest way to help you is via Slack. There's a free and easy signup to join our #defectdojo channel in the OWASP Slack workspace: Get Access.
If you're confident you've found a bug, or are allergic to Slack, you can submit an issue anyway.
Bug description
I can't access to defectdojo, it alaway change path to my jira url
Steps to reproduce
Steps to reproduce the behavior:
1 Run defect dojo in local host:
2 Make it public by using ngrok
3 Config it and intergrate with defectdojo
4 After turn off docker compose and restart
5 Can not access to defectdojo
Deployment method (select with an
X
)Environment information
Logs
Use
docker compose logs
(or similar, depending on your deployment method) to get the logs and add the relevant sections here showing the error occurring (if applicable).Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: