[-32603][Unexpected error] sending signMessage to Phantom iOS app using DeepLink #359
Unanswered
pedro-aweai
asked this question in
Help & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I have managed to make "connect" using DeepLink work, and successfully received and decrypted the session token. But when I try to send signMessage using DeepLink, I always get 32603 Unexpected error from the redirect uri.
I have carefully checked the way to construct and encrypt the payload. And I can successfully decrypt the payload locally using the same method that decrypted the data in "connect" callback.
I exported the log file from the Phantom iOS app, the relevant part seems to be:
And the deeplink caused the error is:
https://phantom.app/ul/v1/signMessage?dapp_encryption_public_key=4XqSAaJbfcdJhVFqnR5LdeNRcDwdEQQEmvDkSKGkAJWA&nonce=Dt3rQyaf5x6hYXRnSWKaGF8au6PaYnFSj&redirect_link=http%3A%2F%2F192.168.31.2%3A7777%2Fv1%2Ftg-phantom-wallets%2Fverify%2F1%2F7769969947%3Fwallet%3DCZSDVtWbbxXFfY34j3F9d2EmiugThJ8FwPcJB18NUAg2%26timestamp%3D1735130274%26signature%3D4YjLxfVphfZrf94Jk9Cw4KejBfEccb2bBo1bow3iPo7BdtAr3mHtRUGp8ss1CZ5b624B5ZyybrdZndXoSMjmtw9g&payload=MbnSbgJbSi1pyK2a23YhBpT8x9FhAdvJfMkmV2tWPVTjFUyaVLjUM4RhaS5kwbqejXZ7ozeTFTz6AhbRULXuoQUG9XqkG3ydVaQ8XMR7uT8LMTw5SnKz6PRqzpds2udGT54TA1qmi245Dx279QTKCGAgK6mRoQuAchC6oRLzwFQtVYxA8jcmBmM3qv3MTXNTko8DuAvxYbws5AELemFVdF4oPTWTHQJ1DoHPRgS3NLPaWdfXdCHuyCYkYk9QSV5zCKuYgaHM3ymSgwj3wuQgbestNoNkeyDutwskoYph5vR72LRXn8RaTxzhWzY5BQQ3ThVMmzMW5Xo8sU4opEhsxGbVJJhvig1PkFGMd5qgnfwzzyfGSF93Wcact2mAsRs4XLwsBvMgRDb5Y6samTe4hJosUgVExample
No response
Steps to Reproduce
The code I'm using to generate the link is given below:
Phantom Version
No response
Is there an existing discussion for this?
Beta Was this translation helpful? Give feedback.
All reactions