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
The demo wallet uses the URL entered into the UI when validating an anchor's challenge transaction. This is an issue when the user enters the protocol (http:// and https://) for the anchor's home domain. Since the home domains assigned to the issuing accounts don't include protocols, we get the following error:
Invalid homeDomains: the transaction's operation key name does not match the expected home domain
You can reproduce by going to the demo wallet and adding SRT with the home domain "https://testanchor.stellar.org", then initiating a SEP-24 deposit.
What would you like to see?
The demo wallet should only use the hostname (and if present, port) of the home domain URL entered into the UI for the asset when validating challenge transactions.
The text was updated successfully, but these errors were encountered:
@RobertStuff don't enter the protocol (http/https) when adding the asset to the demo wallet. The URL should match the hostname & port of the HOST_URL environment variable set in Polaris.
What problem does your feature solve?
The demo wallet uses the URL entered into the UI when validating an anchor's challenge transaction. This is an issue when the user enters the protocol (http:// and https://) for the anchor's home domain. Since the home domains assigned to the issuing accounts don't include protocols, we get the following error:
You can reproduce by going to the demo wallet and adding SRT with the home domain "https://testanchor.stellar.org", then initiating a SEP-24 deposit.
What would you like to see?
The demo wallet should only use the hostname (and if present, port) of the home domain URL entered into the UI for the asset when validating challenge transactions.
The text was updated successfully, but these errors were encountered: