dzikoysk / reposilite

Lightweight and easy-to-use repository management software dedicated for the Maven based artifacts in the JVM ecosystem 📦
https://reposilite.com
Apache License 2.0
1.29k stars 172 forks source link

Unable to retrieve latest JAR by endpoint #1328

Closed ThraaxSession closed 2 years ago

ThraaxSession commented 2 years ago

What happened?

I am not able to download my latest JAR by this call:

curl -X 'GET' 'https://mydomain/api/maven/latest/file/releases/technology/iatlas/spaceup/SpaceUp' -H 'accept: */*'
{"status":404,"message":"File not found"}

It works to gather the JAR version. But it's a snaptshot version uploaded to release:

curl -X 'GET' 'https://mydomain/api/maven/latest/version/releases/technology/iatlas/spaceup/SpaceUp' -H 'accept: */*'
{"isSnapshot":false,"version":"0.25.0-SNAPSHOT"}⏎     

Reposilite version

3.x

Relevant log output

No response

dzikoysk commented 2 years ago

Issue was caused by misconfiguration:

Suppressed by: