Unable to access ingress addons

Since the release of ingress, i’ve unfortunately never been able to enjoy it fully.
Most of the addons i have (VSCode, Portainer, Grocy) are not working via ingress.
Weird thing is, Node-Red does work via ingress.

Whenever i’m trying to access an ingress application it results in a “403 Forbidden” message from nginx.
For vscode, when the port is set, i am able to access it via ip:port.

The erorr message from the log:

2019/08/24 12:54:17 [error] 483#483: *1 access forbidden by rule, client: 172.30.32.1, server: a0d7b954-vscode.local.hass.io, request: "GET / HTTP/1.1", host: "192.168.1.10:8123", referrer: "http://192.168.1.10:8123/a0d7b954_vscode"
 [24/Aug/2019:12:54:17 +0200] 403 192.168.1.211, 172.30.32.1(172.30.32.1) GET / HTTP/1.1 (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36)

Environment:

  • Nuc with Ubuntu 18.04.3 LTS
  • Hassio Supervisor: 183
  • Homeassistant 0.97.2

Is this a (system)configuration issue, my googling didn’t give a similar result.

Hey, did you ever work out the issue here?