Hello
I migrated from Nexus 3.70 to 3.78. I have no problems accessing the Nexus interface or browsing (browse mode) in my repositories.
However, I get 400 bad request errors when I try to access them via their normal URL (https://MyServer/Repository/MyRepository).
Does anyone have any ideas?
Best regards
I have the same problem on a fresh install.
Ensure you’re using lowercase /repository/ not /Repository/
/repository/
/Repository/
Also, there are no files served at the root of a repository e.g. http://nexus/repository/my-repository you’d also need to specify the path to the asset
http://nexus/repository/my-repository
thanks for your help I try dowload directly a file, and it works.