-
I am having an issue with getting wallet/s - not the chains, but the wallets themselves. I have verified my URL in the WalletConnect dashboard, and have an App ID for the project. This worked out of the box; generating a QR, a list of wallets etc. However, after switching platform I am having an error of "forbidden" - To Recreate:
The issue is also logged using the logger provided in the script. I don't see any explict reason for denying the request - the logs show several successful connections and checks, for the blockchain and then for the wallets. The request is then sent, but the return is the 403 Forbidden error. This only happens once. It then also logs after this, restarting the connection to the name of the App listed in the WalletConnect Dashboard; "Restarting transport for GAMES" etc. it also logs "Sending request irn_unsubscribe with data {"method":"irn_unsubscribe","params": ...." but not returning any message either. I assume it's trying to now disconnect. I am not sure what is denying the request to the server, as the App ID was working prior to switching platform when I tried it a few hours ago. FYI: logs for any selected chain; JsonRpcProvider] Sending request irn_subscribe with data{...} OR JsonRpcProvider] Sending request irn_publish with data {...} Edit: I switched platform back from Android to Windows, Mac and the issue persists. There is also another notable thing: The QR code does not render in the Android version, but in the Windows version it renders a QR code correctly. Not sure if this related to the 401 Forbidden request or something to do with the platform itself. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
-
@moosesnWoop, could you please share your project ID? It's a public-facing indicator, safe to share it publicly. |
Beta Was this translation helpful? Give feedback.
-
Hey @moosesnWoop, Thanks for reporting the issue and your patience. Sorry for the inconvenience. |
Beta Was this translation helpful? Give feedback.
Hey @moosesnWoop,
Thanks for reporting the issue and your patience.
There was a bug on our Web3Modal API where all project IDs created from April 18 until earlier today were considered invalid.
The issue has been resolved and the requests should now get a valid response.
Sorry for the inconvenience.