You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought that I need to change server address to include /server/openid4vci/ but then I got root/authenticate [Not found]
Steps to reproduce the behaviour:
Checkout branch main
Change paths in WalletApplicationConfiguration to, well, no idea - that's what I am trying to ask here
After trying to add document got root/authenticate [Not found]
In APK downloaded from this page https://digitalcredentials.dev/docs/samples/android-wallet-sample/#install-the-apps only self signed issuing is working. I thought it should be same application, but it seems to be completely different.
Can you tell me what I am doing wrong, or this feature is still not ready?
The text was updated successfully, but these errors were encountered:
If you run the server using ./gradlew server:tomcatRun your server URL will be http://host:8080/server. By default when you run freshly built apk, the server will be set to http://localhost:8080/server. Of course for the apk localhost is the phone, and your server is running on a computer, but you can tunnel it to the phone using adb reverse tcp:8080 tcp:8080 command. Alternatively, point to your server in app's settings.
Prebuilt apps will only work with the server that they were built for, which in general may not be compatible with what we have in dev.
Hi,
I read https://developer.chrome.com/blog/digital-credentials-api-origin-trial
I just checkout the repository, and focused on server and wallet. I started the server, change path to existing server in wallet, built wallet and got error loading issuers.
I thought that I need to change server address to include /server/openid4vci/ but then I got root/authenticate [Not found]
Steps to reproduce the behaviour:
Checkout branch main
Change paths in WalletApplicationConfiguration to, well, no idea - that's what I am trying to ask here
After trying to add document got root/authenticate [Not found]
In APK downloaded from this page https://digitalcredentials.dev/docs/samples/android-wallet-sample/#install-the-apps only self signed issuing is working. I thought it should be same application, but it seems to be completely different.
Can you tell me what I am doing wrong, or this feature is still not ready?
The text was updated successfully, but these errors were encountered: