I am getting a 500 response from Nexus when attempting to log in using npm. I am able to log into the Nexus web UI and also docker with my Github credentials, but npm doesn't seem to work. I'm running Nexus Repository Manager Pro 3.9.0-0...
<groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> <extensions>true</extensions> <configuration> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <serverId>maven-central</serverId> <skipStagingRepositoryClose>true</skipStagingRepos...