NASA-PDS / doi-ui

The web interface for the PDS DOI Service providing the ability management PDS archive DOIs. See the DOI Service for more details on the available capabilities. https://nasa-pds.github.io/doi-service/
Apache License 2.0
0 stars 4 forks source link

pds-doi-ui does not communicate to doi-service via port 8080 #93

Closed gxtchen closed 2 years ago

gxtchen commented 2 years ago

๐Ÿ› Describe the bug identified during I&T

document pages for confiscating pds-doi-service uses port 8080 as the default port. But pds-doi-ui use 8085 to communicate to the api server. There are no message to the doi-ui user that the port 8085 couldn't be reached unless opening the inspection tools. The use can only change the setting in pds_doi_service.ini, but no where in pds-doi-ui. We should change the document page in pds-doi-service to use 8085.

๐Ÿฅผ Related Test Case(s)

๐Ÿ” : Related issues


โž• Additional Details

๐Ÿ“œ To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

๐Ÿ•ต๏ธ Expected behavior

๐Ÿ“š Version of Software Used

๐Ÿฉบ Test Data / Additional context

๐ŸžScreenshots

๐Ÿ–ฅ System Info


๐Ÿฆ„ Related requirements

โš™๏ธ Engineering Details

jordanpadams commented 2 years ago

@tloubrieu-jpl can you take a look at this?

@gxtchen are you saying that the documentation needs updating or you are unable to connect the DOI UI to the DOI service because of a port issue?

jordanpadams commented 2 years ago

@gxtchen @tloubrieu-jpl just want to follow up on this ticket. was there some email conversations to resolve this or is this still an issue?

tloubrieu-jpl commented 2 years ago

Hi @gxtchen sorry I missed this ticket earlier.

@jordanpadams , we already have 2 tickets which deal with that issue:

This is not blocking us since we can update the configuration of the back-end url then rebuild the application UI but as Gary said here, we can not currently update the backend url from the build package that Gary is testing.

We can ask Eddie to work on #63 ?

jordanpadams commented 2 years ago

@tloubrieu-jpl #63 is assigned to Eddie and should be next on his list.

tloubrieu-jpl commented 2 years ago

@eddiesarevalo @jordanpadams I am suggesting to wait for the new pds-wds-react component to be integrated before we work on this issue, see my comment on https://github.com/NASA-PDS/pds-wds-react/issues/4#issuecomment-954175424

tloubrieu-jpl commented 2 years ago

This ticket has been solved by pds-doi-ui#63