NASA-PDS / portal-tasks

PDS Portal tasks repo used to track update requests for the website. Actual code and website are managed in separate private repo
https://pds.nasa.gov
0 stars 0 forks source link

Need ability to test API calls from portal-legacy-docker #85

Closed anilnatha closed 8 months ago

anilnatha commented 9 months ago

I've created a docker configuration saved to a new repo that loads the portal-legacy repo as a git submodule so that it can be run locally for site testing. Currently, I set up a proxy pass for the DOI, other proxy configs could be configured as well.

I'm unable to test API calls to the DOI search API, I suspect because of our security measures. Need some help getting this working so that I can test the embedable javascript that is generated by the pds-wds-react package.

anilnatha commented 8 months ago

This issue is fixed regarding proxying calls to the doi-api, but there are errors being generated for other areas of the site that makes call to the backend that can be addressed as needed.