it happens because Iām trying to use the wallet connect provider from moralis (enable web3) - it is really frustrating that you think itās a logical solution for me to patch moralis to jump through hoops around it.
If I use my own wallet connect + infura - I lose the whole point of using moralis which is authenticating the wallets and managing users.
Why would I use moralis if the solution to all the weird bugs I keep getting is always ādonāt use moralisā - Iāve been using moralis for 9 months now and it seems like every version you guys break something, cause a bug, and than when I ask about it your solution is to not use moralis because moralis cannot do it.
This is not a rate limit error - maybe thatās what the server says because you handled the quick node deprecation by just rate limiting it to 0 for everyone?
The flow is this:
- connect with wallet connect.
- enable web3 and wrap the provider with ethers.
- make 1 request to the blockchain.
that is all thatās needed to break moralis, which worked fine until the RPC node deprecation.