klo2k / nexus3-docker

ARM Docker image of Sonatype Nexus Repository Manager (NXRM) (Raspberry Pis - armv7l, aarch64)
GNU General Public License v3.0
109 stars 39 forks source link

Unable to download scoped repos in Nexus #20

Closed jordaniac89 closed 1 year ago

jordaniac89 commented 1 year ago

I have a containerized Nexus3 repo v 3.43.0-01 using this image that I've successfully published a package to:

However, when attempting to download this package via npm i,

I receive the following error

This is a scoped repo, defined as "@my-scope/tinymce": "4.1.0"

The only thing I've been able to find so far is that it's probably due to the encoded slash in the scope, but that appears to have been fixed since 3.17. I'm not running through a proxy, it's just a local container. It looks like Nexus is served via Jetty Server, but I'm not able to find a way to allow encoded slashes. Any help greatly appreciated!

jordaniac89 commented 1 year ago

I didn't have my scope defined in our package.json file.