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.
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.
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.