-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issuer App web-portal for EBSI - Dockerfile paths correction and absence of credentials and custom credential input and broken EBSI documentation links #992
Comments
Issue 1. We installed the complete stack in a ubuntu linux machine launching "cd docker-compose && docker compose up". Unfortunately we didn't understand how to load the credentials from the repository in localhost: 7103 that is on and working. We didn't understand how to make the call and transfer the desired demo credentials in the portal nor how to do it manually, Issue 2. Waiting for your kind news Thanks |
Hi Mario!
Ok.
We have three different options for you:
Ok.
Actually, it's the
Yes. There was also something missing in the It should be:
Docs updated. Thank you so much for pointing this out.
Why did you mention Windows? Did you have any specific Windows issue? If so, please let us know.
Ok
Hummm. This is interesting. I'm curious to hear more from you what did you did. You shouldn't have needed to change anything. Could you please tell us more about that?
Few hours?! 😱 What a terrible experience. We are so sorry about it. It should be a matter o minutes.
I'm very interested to hear your feedback about this first experience and where do you think the bottlenecks are.
Not sure if I understood the full sentence. You started saying you couldn't load credentials but then you finished saying something "is on and working". Could you, please, rephrase, ir?
Do you mind opening a second issue on Github to discuss your Issue 2? All the best, |
Hello Alexandre, I'll answer back on Friday. |
Hello Alexandre we couldn't have the meeting on Friday. I'll update on the issue next Tuesday, sorry for the inconvenience. |
Hello Waltid.
I would like to install in my server a web portal for the issuer of diploma VCs on EBSI, then make it public online for a Holder wallet to download the Diploma VCs Issued.
It is not clear to me from the documentation if I should use the Issuer APP or other components.
I tried the Issuer app in the container in this documentation https://docs.walt.id/community-stack/issuer/apps/portal/overview.
Issue 1.
I had to modify the Dockerfile because the internal paths have changed and the web-portal is in another position.
in edit mode and correct the path here, comment the existing and add the second one
#COPY waltid-applications/waltid-web-portal/. /build
COPY waltid-web-portal/. /build
Once the docker was up and running in localhost, the webportal didn't have the custom credential button that the video shows. Nor any credential were loaded. It was all empty.
Issue 2.
The links to the EBSI issuer guides are broken from this page https://docs.walt.id/community-stack/issuer/api/ecosystems/ebsi/overview
The following are broken
https://docs.walt.id/community-stack/issuer/api/vc-oid4vc
https://docs.walt.id/community-stack/issuer/api/data-functions#ebsi-specific-functions
https://docs.walt.id/community-stack/issuer/api/data-functions
Could you please help on this two issues?
The text was updated successfully, but these errors were encountered: