Closed jabrah closed 1 year ago
Weird, the UI should no longer be mocking the DOI service calls. My local testing shows different journals for different DOIs. Can you try fully refreshing the Docker env?
./demo.sh down -v && docker system prune -af
./demo.sh pull && ./demo.sh up -d && ./demo.sh logs -f
I've been using these two DOIs for local testing:
10.4137/CMC.S38446
10.1039/c7an01256j
Note, this branch is currently deployed to https://demo.eclipse-pass.org too
ah, my mistake - i think it is in fact operating correctly, i misunderstood the message in the green box - we're good!
Attempt 2 to get the DOI service integrated, following the rebranding changes
proxy
to pass/journal
requestspass-auth
to accept/journal
requests, authenticate, and forward them topass-core
pass-ui
to use new env var valsdemo.yml
local env andeclipse-pass.base
deployed envs