SignAndSendTransaction Deep link error -32603 #269
Replies: 6 comments
-
|
My encrypted payload length is 802 bytes. Does Phantom have any size limitations for the payload? |
Beta Was this translation helpful? Give feedback.
-
|
Having the exact same problem. |
Beta Was this translation helpful? Give feedback.
-
|
Same exact problem. |
Beta Was this translation helpful? Give feedback.
-
|
Any new on this? I can't manage to sign txns |
Beta Was this translation helpful? Give feedback.
-
|
same |
Beta Was this translation helpful? Give feedback.
-
|
Same |
Beta Was this translation helpful? Give feedback.
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 am following this guide
https://docs.phantom.app/phantom-deeplinks/provider-methods/signandsendtransaction.I have a complete implementation for the creation of
ConnectandSignAndSendTransactiondeep links but I am getting an unhelpful error message fromSignAndSendTransactiondeep link:errorCode=-32603anderrorMessage=Unexpected+error.I see from this page
https://docs.phantom.app/solana/errorsthat error-32603is anInternal Server ErrorandSomething went wrong within Phantom..That gives me almost nothing to go off. I have no idea if it is something I am doing wrong.
Connect deep link
Connectdeeplink by following this guidehttps://docs.phantom.app/phantom-deeplinks/provider-methods/connect.phantom-callbackendpoint which accepts the response data from a successful connection using a deep link; look below and you can see the logs and code snippetsHere is the snippet of code which generated the logs above
SignAndSendTransactiondeeplinkSignAndSendTransactiondeeplinkCode snippet of my logic
My redirect_link endpoint is very simple, and takes the user back to the telegram channel
However, here is the issue:
This error code and error message indicate that this issue is with phantom itself and not my implementation but it is hard to tell since the error message is so vague.
I need direction in this regard. Please let me know if there is any other information I can provide which would assist you in helping me!
Thank you very much!
Example
No response
Steps to Reproduce
Phantom Version
24.13.0
Is there an existing discussion for this?
Beta Was this translation helpful? Give feedback.
All reactions