Describe the bug
I am trying to register my wallet App for receiving push notifications from dApps. I am using WalletConnectSwiftV2 for integrating WalletConnection into the app.
According to the documentation https://docs.walletconnect.com/web3wallet/push-notifications I call register method for sending deviceToken.
but logs contains following error
HTTP error: {"errors":[{"message":"The provided Tenant ID, MY_PROJECT_ID, is invalid. Please ensure it's valid and the url is in the format /:tenant_id/...path","name":"tenant"}],"fields":[{"description":"Invalid Tenant ID, MY_PROJECT_ID","field":"tenant_id","location":"path"}],"status":"FAILURE"} code: 400, host: echo.walletconnect.com, path: /MY_PROJECT_ID/clients
It seems that I've missed something during configuring my project, but can not figure out what exactly.
Describe the bug I am trying to register my wallet App for receiving push notifications from dApps. I am using WalletConnectSwiftV2 for integrating WalletConnection into the app. According to the documentation https://docs.walletconnect.com/web3wallet/push-notifications I call register method for sending deviceToken.
but logs contains following error HTTP error: {"errors":[{"message":"The provided Tenant ID, MY_PROJECT_ID, is invalid. Please ensure it's valid and the url is in the format /:tenant_id/...path","name":"tenant"}],"fields":[{"description":"Invalid Tenant ID, MY_PROJECT_ID","field":"tenant_id","location":"path"}],"status":"FAILURE"} code: 400, host: echo.walletconnect.com, path: /MY_PROJECT_ID/clients It seems that I've missed something during configuring my project, but can not figure out what exactly.
SDK Version
To Reproduce Steps to reproduce the behavior:
Expected behavior App registered for receiving Push notification from dApp
Device: