Open tloubrieu-jpl opened 2 years ago
Likely due to missing or incorrect API basepath in deployment configuration
https://swagger.io/docs/specification/2-0/api-host-and-base-path/
API requesting https://pds-gamma.jpl.nasa.gov/PDS_APIs/pds_doi_api/0.2/openapi.json
Should be requesting https://pds-gamma.jpl.nasa.gov/api/doi/0.2/openapi.json
Suggests basePath is /PDS_APIs/pds_doi_api/0.2
but should be /api/doi/0.2
Candidates for the offending config may be found with grep -r "PDS_APIs"
, but it's unclear whether this should be fixed by reinstalling with the change provided as a build/install argument.
๐ Describe the bug
๐ To Reproduce
See deployment of 2.3.5 on pds-gamma: https://pds-gamma.jpl.nasa.gov/api/doi/0.2/ui/
๐ต๏ธ Expected behavior
๐ Version of Software Used
๐ฉบ Test Data / Additional context
๐Screenshots
๐ฅ System Info
๐ฆ Related requirements
โ๏ธ Engineering Details