NASA-PDS / registry-api

Web API service for the PDS Registry, providing the implementation of the PDS Search API (https://github.com/nasa-pds/pds-api) for the PDS Registry.
https://nasa-pds.github.io/pds-api
Apache License 2.0
2 stars 5 forks source link

The /members requests fails on collection `urn:nasa:pds:orex.ovirs:data_calibrated::11.0` #408

Closed tloubrieu-jpl closed 7 months ago

tloubrieu-jpl commented 7 months ago

Checked for duplicates

Yes - I've already checked

🐛 Describe the bug

On the deployment on gamma where the version 1.4.0 is deployed

When I did request https://pds.nasa.gov/api/search-en-gamma/1/products/urn:nasa:pds:orex.ovirs:data_calibrated::11.0/members?limit=2

After some time the request return a 500 error.

🕵️ Expected behavior

I expected the request to quickly (<1s) 2 members of the collection.

Note that this works with another collection, for example: https://pds.nasa.gov/api/search-en-gamma/1/classes/collections

📜 To Reproduce

No response

🖥 Environment Info

📚 Version of Software Used

1.4.0

🩺 Test Data / Additional context

No response

🦄 Related requirements

🦄 #xyz

⚙️ Engineering Details

No response

tloubrieu-jpl commented 7 months ago

This was a mistake in my deployment. The docker image was not available and the previous version of the registry-api was still running.