Known ongoing incident with stcelo.xyz web app (Resolved) #138
-
Hi all 👋 TLDR
Live updatesStatus: Resolved ✅ We will keep this Github Discussion updated, so wallet developers and the Celo community can follow along. We apologise for the inconvenience and are working hard to bring back WalletConnect support for the stcelo.xyz app. Thank you for your patience! 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
This appears to be an issue other people are struggling with in WalletConnect v2 right now. We're actively following this discussion now to see what the WalletConnect team suggests. |
Beta Was this translation helpful? Give feedback.
-
Update Monday, July 3rdHello there, we are still hard at working trying to find a solution to this issue. The WalletConnect connecting issues seems widespread enough to impact users from a lot of chains and wallets. It seems however they're hard at work trying to fix these and we're in contact with them on their official discord and through the github discussion linked above. While we're aware it doesn't help you at the time being, please know we're doing the best we can to get the ball rolling and get a fix ASAP. Furthermore, thanks to @jeanregisser we improved our WCv2 support with rainbowkit, and the StakedCelo v2 that should be released July 11th just happens to use rainbowkit. We will keep you inform of further progress. Edit: additional reading on debugging with the WC team here |
Beta Was this translation helpful? Give feedback.
-
Update Tuesday, July 4th (morning CET)Hello there, today's was marked by some good development, but still no definitive fix. With the help of the WalletConnect team, we are debugging what seems to be a widespread issues with all wallets using Wagmi PR: Walletconnect discussion:
Discord thread: |
Beta Was this translation helpful? Give feedback.
-
Update Tuesday, July 4th (evening CET)Hello again, the issue is now mitigated through a temporary fix in the following PR: It means the incident is resolved but we had to compromise on performances. It seems either rainbowkit, wagmi, or walletconnect have an issue when minified and optimized through webpack. We disabled these optimizations in order to re-establish WalletConnect capacities. We'll keep investigating to re-enable thee optimizations in order to have a better UX. Thank you all for your understanding |
Beta Was this translation helpful? Give feedback.
-
Update Thursday, July 6thHello again, the issue is now resolved with minification re-enabled through the following PR: It was due to a bug in the SWC minifier. Using Babel's minifier instead solves the issue completely. |
Beta Was this translation helpful? Give feedback.
Update Thursday, July 6th
Hello again,
the issue is now resolved with minification re-enabled through the following PR:
It was due to a bug in the SWC minifier. Using Babel's minifier instead solves the issue completely.