Phantom Wallet Universal Links not working #387
Unanswered
JackFrostDev
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.
-
Summary
Hi there, I'm trying to implement mobile connection logic to my browser-based dApp but I'm running into an issue and I cannot seem to resolve it in any way.
The
https://phantom.app/ul/v1/connectendpoint works, where I end up with the wallet address of the connected wallet and a session ID.The issue arises when I try to use the
https://phantom.app/ul/v1/signMessageendpoint. For some reason, when my dApp opens the Universal Link URL instead of redirecting me to the Phantom Wallet app it just gives me a 404 error instead.I'll share with you the snippet of code that I have been using:
I've tried various different things to no avail, and I've tried comparing the code and it seemingly is doing exactly what the example code here is doing but the 404 error still persists.
Could you help point me in the right direction?
For reference, the browser-based dApp is a Next.js frontend application.
Example
No response
Steps to Reproduce
Please see the description for the code that I am using
Phantom Version
No response
Is there an existing discussion for this?
Beta Was this translation helpful? Give feedback.
All reactions