Steps to reproduce:
- Install project with
git clone <url>
- Install dependencies with
npm install
- Run project with
npm run start:dev
- The following warning will appear
ValidationError: Custom keyGenerator appears to use request IP without calling the ipKeyGenerator helper function for IPv6 addresses. This could allow IPv6 users to bypass limits. See https://express-rate-limit.github.io/ERR_ERL_KEY_GEN_IPV6/ for more information.
Expected behavior: No warning should appear.
Tested on macOS Sequoia 15.5 & node v24.5.0
Steps to reproduce:
git clone <url>npm installnpm run start:devValidationError: Custom keyGenerator appears to use request IP without calling the ipKeyGenerator helper function for IPv6 addresses. This could allow IPv6 users to bypass limits. See https://express-rate-limit.github.io/ERR_ERL_KEY_GEN_IPV6/ for more information.Expected behavior: No warning should appear.
Tested on macOS Sequoia 15.5 & node v24.5.0