SignAndSendTransaction Deep link error -32603 #269
Replies: 2 comments
-
My encrypted payload length is 802 bytes. Does Phantom have any size limitations for the payload? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Having the exact same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I am following this guide
https://docs.phantom.app/phantom-deeplinks/provider-methods/signandsendtransaction
.I have a complete implementation for the creation of
Connect
andSignAndSendTransaction
deep links but I am getting an unhelpful error message fromSignAndSendTransaction
deep link:errorCode=-32603
anderrorMessage=Unexpected+error
.I see from this page
https://docs.phantom.app/solana/errors
that error-32603
is anInternal Server Error
andSomething 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
Connect
deeplink by following this guidehttps://docs.phantom.app/phantom-deeplinks/provider-methods/connect
.phantom-callback
endpoint 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
SignAndSendTransaction
deeplinkSignAndSendTransaction
deeplinkCode 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