Skip to content

Commit

Permalink
feat: handle request deeplink instead of 404 (#414)
Browse files Browse the repository at this point in the history
Co-authored-by: Gancho Radkov <[email protected]>
  • Loading branch information
ganchoradkov and Gancho Radkov authored Jan 15, 2024
1 parent 2f2cc8f commit da6f16a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion advanced/wallets/react-wallet-v2/src/pages/wc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ export default function DeepLinkPairingPage() {
const router = useRouter()

const uri = router.query.uri as string
const requestId = router.query.requestId as string

if (!uri) {
if (!uri && !requestId) {
return (
<Fragment>
<Text css={{ opacity: '0.5', textAlign: 'center', marginTop: '$20' }}>
Expand Down

6 comments on commit da6f16a

@vercel
Copy link

@vercel vercel bot commented on da6f16a Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-dapp-auth – ./advanced/dapps/vue-dapp-auth

vue-dapp-auth-git-main-walletconnect1.vercel.app
vue-dapp-auth.vercel.app
vue-dapp-auth-walletconnect1.vercel.app

@vercel
Copy link

@vercel vercel bot commented on da6f16a Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on da6f16a Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-auth-dapp – ./advanced/dapps/react-dapp-auth

react-auth-dapp-git-main-walletconnect1.vercel.app
react-auth-dapp.vercel.app
react-auth-dapp-walletconnect1.vercel.app
react-auth-dapp.walletconnect.com

@vercel
Copy link

@vercel vercel bot commented on da6f16a Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-auth-wallet – ./advanced/wallets/react-wallet-auth

react-auth-wallet-git-main-walletconnect1.vercel.app
react-auth-wallet.walletconnect.com
react-auth-wallet-walletconnect1.vercel.app
react-auth-wallet.vercel.app

@vercel
Copy link

@vercel vercel bot commented on da6f16a Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on da6f16a Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.