Open dblock247 opened 1 year ago
IOx uses different ports for different services and its hard to tell what the problem might be without seeing the request/response
it is just a simple get request trying to access the login page. The response is just a 503 bad gateway. You can see the request below. Is it possible you can tell me what ports I should be using if the ones I have above are incorrect. Even better could you demonstrate a proper docker compose file using Traefik proxy?
2 requests
72 B transferred
22 B resources
Content-Length:
11
Date:
Thu, 14 Sep 2023 02:48:09 GMT
Strict-Transport-Security:
max-age=31536000; includeSubDomains; preload
:authority:
domain.dev
:method:
GET
:path:
/
:scheme:
https
Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8
Accept-Encoding:
gzip, deflate, br
Accept-Language:
en-US,en;q=0.7
Authorization:
Basic ZGJsb2NrMjQ3OlJhc2NhbDcjOCQ=
Sec-Ch-Ua:
"Chromium";v="116", "Not)A;Brand";v="24", "Brave";v="116"
Sec-Ch-Ua-Mobile:
?0
Sec-Ch-Ua-Platform:
"macOS"
Sec-Fetch-Dest:
document
Sec-Fetch-Mode:
navigate
Sec-Fetch-Site:
none
Sec-Fetch-User:
?1
Sec-Gpc:
1
Upgrade-Insecure-Requests:
1
User-Agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
I am trying to run influxdb 3 iox behind traefik proxy. When trying to access the link I get a bad gateway request. Here is my docker compose file.