You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I’m encountering an issue with domain validation in a setup where I have two subdomains:
walletkit.companyabc.com (running a wallet with walletkit)
appkit.companyabc.com (running a Dapp with appkit)
I’ve verified (with the status DOMAIN ALLOWED & VERIFIED) the wildcard domain https://*.companyabc.comand https://appkit.companyabc.com` on the Reown Dashboard.
I’ve also enabled the VerifyAPI setting under Settings > Other > VerifyAPI.
Despite this, when initiating a session proposal request from https://appkit.companyabc.com to https://walletkit.companyabc.com, the verifyContext on the WalletKit end of the session proposal request still reports the validation status as UNKNOWN:
Could someone help clarify if I might have misunderstood or misconfigured the VerifyAPI on the WalletKit end? I was under the impression that whitelisting the domain on the Reown Dashboard would result in the request validation status being VALID?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I’m encountering an issue with domain validation in a setup where I have two subdomains:
walletkit.companyabc.com
(running a wallet with walletkit)appkit.companyabc.com
(running a Dapp with appkit)I’ve verified (with the status
DOMAIN ALLOWED & VERIFIED) the wildcard domain
https://*.companyabc.comand
https://appkit.companyabc.com` on the Reown Dashboard.I’ve also enabled the VerifyAPI setting under Settings > Other > VerifyAPI.
Despite this, when initiating a session proposal request from
https://appkit.companyabc.com
tohttps://walletkit.companyabc.com
, theverifyContext
on theWalletKit
end of the session proposal request still reports the validation status as UNKNOWN:Could someone help clarify if I might have misunderstood or misconfigured the VerifyAPI on the WalletKit end? I was under the impression that whitelisting the domain on the Reown Dashboard would result in the request validation status being
VALID
?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions