--- name: Bug report 🐛 about: A feature is not working as is expected, I want to report a bug labels: 'issue: needs triage' title: '' assignees: '' --- **Your Environment** * **verdaccio version**: 5.x.x * **node version** [12.x.x, 14.x.x]: * **package manager**: [npm@7, pnpm@6, yarn@2] * **os**: [mac, windows@10, linux] * **platform**: [npm, docker, helm, other] **Describe the bug** **To Reproduce** **Expected behavior** **Screenshots, server logs, package manager log** **Configuration File (cat ~/.config/verdaccio/config.yaml)** **Environment information** **Debugging output** - `$ NODE_DEBUG=request verdaccio` display request calls (verdaccio <--> uplinks) - `$ DEBUG=verdaccio* verdaccio` enable extreme verdaccio debug mode (verdaccio api) - `$ npm -ddd` prints: - `$ npm config get registry` prints: **Contribute to Verdaccio** - [ ] I'm willing to fix this bug 🥇