We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not able to receive the credential offer in the wallet using credential offer URL
Steps to reproduce the behavior:
Credential with accept/ decline should appear
Blank Screen with credential offer URL
openid-credential-offer://host.docker.internal:7002/?credential_offer_uri=http%3A%2F%2Fhost.docker.internal%3A7002%2Fopenid4vc%2FcredentialOffer%3Fid%3Dcfa522f0-add5-49bc-b033-b8425d9e66f4
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I was also wondering there is no relation to WALT ID.
Sorry, something went wrong.
hi, looks like you're running issuer-api with dockercould you provide more details about your setup, e.g. how do you run the wallet-api?also, it would help to see if there's any response details in the browser's network tab
I think this is due to host name problem i guess right'? But in service we have configured it .
I use 7104 port for wallet.
Try to add this to your hosts file (/etc/hosts or C:\Windows\System32\drivers\etc\hosts):
/etc/hosts
C:\Windows\System32\drivers\etc\hosts
127.0.0.1 host.docker.internal
If it doesn't solve your issue, please, provide us with:
thanks, Ale
No branches or pull requests
Describe the bug
Not able to receive the credential offer in the wallet using credential offer URL
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Credential with accept/ decline should appear
Actual behavior
Blank Screen with credential offer URL
openid-credential-offer://host.docker.internal:7002/?credential_offer_uri=http%3A%2F%2Fhost.docker.internal%3A7002%2Fopenid4vc%2FcredentialOffer%3Fid%3Dcfa522f0-add5-49bc-b033-b8425d9e66f4
Environment
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: