I'm using Nexus OSS 3.41.0-0 as an artifactory manager. I want to use it to store C++ packages. For that I created a proxy conan repository.
I succeeded to create my artifactory via the conan python module. When I'm trying to upload it the Nexus server I'm receiving this error:
Are you sure you want to upload 'mypackage/1.0' to 'myremote'? (yes/no): y
Are you sure you want to upload 'mypackage/1.0@mypackage/package' to 'myremote'? (yes/no): y
Uploading to remote 'myremote':
Uploading mypackage/1.0 to remote 'myremote'
Uploading mypackage/1.0@mypackage/package to remote 'myremote'
ERROR: mypackage/1.0: Upload recipe to 'myremote' failed: 404: Not Found. [Remote: myremote]
ERROR: mypackage/1.0@mypackage/package: Upload recipe to 'myremote' failed: 404: Not Found. [Remote: myremote]
ERROR: Errors uploading some packages