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
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
I saw this in the log when starting the docker container. (HA Addon).
What's the issue here?
Thanks
Hyper
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
at Object.xForwardedForHeader (file:///usr/src/app/node_modules/express-rate-limit/dist/index.mjs:159:13)
at wrappedValidations.<computed> [as xForwardedForHeader] (file:///usr/src/app/node_modules/express-rate-limit/dist/index.mjs:370:22)
at Object.keyGenerator (file:///usr/src/app/node_modules/express-rate-limit/dist/index.mjs:643:20)
at file:///usr/src/app/node_modules/express-rate-limit/dist/index.mjs:696:32
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async file:///usr/src/app/node_modules/express-rate-limit/dist/index.mjs:676:5 {
code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}