This issue may be related to #720.
Describe the bug
We discovered this issue while porting create-react-app over to Azure DevOps build pipeline (https://github.com/facebook/create-react-app/pull/7096). If a connection to the uplink (e.g. registry.npmjs.org) times out, Verdaccio returns a 404 status code, which causes the npm/yarn client to fail.
Expected behavior
Verdaccio should return a 503 status code which tells the npm/yarn client to try again.
@willsmythe helped us fix this in a fork of his. You can see the diff here: https://github.com/verdaccio/verdaccio/compare/master...willsmythe:fix-404-on-uplink-timeout.
Thanks @ianschmitz the commit provided have really interesting things, I'll check it myself.
I just pushed a few updates to my branch and will open a PR so we can discuss the changes.
馃This thread has been automatically locked 馃敀 since there has not been any recent activity after it was closed.
We lock tickets after 90 days with the idea to encourage you to open a ticket with new fresh data and to provide you better feedback 馃and better visibility 馃憖.
If you consider, you can attach this ticket 馃摠 to the new one as a reference for better context.
Thanks for being a part of the Verdaccio community! 馃挊
Most helpful comment
I just pushed a few updates to my branch and will open a PR so we can discuss the changes.