getaddrinfo ENOTFOUND nginx
Created by: cmeessen
When running
make frontend
There seem to be some errors with nginx. Steps to reproduce:
- Activate
LOCALinRSD_AUTH_PROVIDERSinside.env make frontend- Open http://localhost:3000
- Click on "Sign in"
- Use local provider
- TYpe a name and click sign in
Output in the docker log
hifis-frontend-dev-1 | error - Error: getaddrinfo ENOTFOUND nginx
hifis-frontend-dev-1 | at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:84:26) {
hifis-frontend-dev-1 | errno: -3008,
hifis-frontend-dev-1 | code: 'ENOTFOUND',
hifis-frontend-dev-1 | syscall: 'getaddrinfo',
hifis-frontend-dev-1 | hostname: 'nginx'
hifis-frontend-dev-1 | }
