Skip to content
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

Not able to receive the credential offer in the wallet using credential offer URL #859

Open
hendersonweb opened this issue Dec 19, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@hendersonweb
Copy link

Describe the bug

Not able to receive the credential offer in the wallet using credential offer URL

To Reproduce

Steps to reproduce the behavior:

  1. Created DID
  2. Created Credential offer using OIDC4VC flow
  3. Opened the wallet and pasted the offer URL
  4. The credential with accept or decline doesn't appear. Rather a blank screen

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

  • os version: [e.g. linux, windows]
  • java version [e.g. 21]

Screenshots

Additional context

Add any other context about the problem here.

@hendersonweb hendersonweb added the bug Something isn't working label Dec 19, 2024
@hendersonweb
Copy link
Author

I was also wondering there is no relation to WALT ID.

Copy link
Contributor

hi, looks like you're running issuer-api with docker
could 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

@hendersonweb
Copy link
Author

hendersonweb commented Dec 19, 2024

image

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.

@alegomes
Copy link
Contributor

Try to add this to your hosts file (/etc/hosts or C:\Windows\System32\drivers\etc\hosts):

127.0.0.1	   host.docker.internal

If it doesn't solve your issue, please, provide us with:

  • OS being used
  • The version you are using
  • The command you are using to start the Issuer and Wallet services

thanks,
Ale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants
@alegomes @hendersonweb @mikeplotean and others