kong-dashboard: Kong-Dashboard no longer works in my setup
I’m running kong and kong-dashboard in a kubernetes cluster, and I can no longer connect with my kong node URL. The URL hasn’t changed and did work previously. On docker-hub there’s only images since version 1.2.1 from 10 days ago. I forked the repo and trie to manually build the image from the 1.1.2 release, but that fails
The command '/bin/sh -c apk --update add ca-certificates git python build-base && npm install && npm run install && apk del ca-certificates git python build-base && rm -rf /var/cache/apk/*' returned a non-zero code: 1
Can you add that image back on docker-hub so I can use kong-dashboard again?
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 19 (3 by maintainers)
Commits related to this issue
- Made proxy url relative. Fixes #69 — committed to rodcloutier/kong-dashboard by deleted user 7 years ago
- Made proxy url relative. Fixes #69 — committed to rodcloutier/kong-dashboard by rodcloutier 7 years ago
- Made proxy url relative. Fixes #69 — committed to rodcloutier/kong-dashboard by rodcloutier 7 years ago
- Merge pull request #73 from rodcloutier/Proxy_redirection_fix Made proxy url relative. Fixes #69 — committed to PGBI/kong-dashboard by PGBI 7 years ago
The problem I was having is the same as @itsandrew, GET http://localhost:8080/proxy/. No matter what URL I put in, it would end up doing a GET request to the hosted IP and adding /proxy/ to the end.