How do I use Nexus repository npm as a remote storage for another Nexus repository

I am currently deploying twos Nexus Repository for a javascript project, the Nexus 1 will connect directly to https://registry.npmjs.org, Nexus 2 will run locally and only connect to Nexus 1, I tried to set up Nexus2-npm-proxy and connect the remote storage to the Nexus1-npm hosted but all the npm packages are return 404. May I ask if this architecture is possible and how to set up the connection.

Nexus can proxy Nexus, your second instance will need to have permission to access the first.

1 Like

Thanks, I have solved it.