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
While i have no problems establishing a wallet connection locally and it works smoothly, i get the following error if my svelte app is deployed on vercel/netlify: "PeraWalletConnectError: Class constructor WalletConnect cannot be invoked without 'new'"
On the console:
"TypeError: Class constructor WalletConnect cannot be invoked without 'new'
at new r (index.4b62f2d5.js:10:2232)
at index2368cd55.PeraWalletConnect. (index.4b62f2d5.js:1850:12595)
at Generator.next ()
at V (index.4b62f2d5.js:1850:1374)"
Anything i may be doing wrong?
The text was updated successfully, but these errors were encountered:
Hi team and thanks for your incredibile work.
While i have no problems establishing a wallet connection locally and it works smoothly, i get the following error if my svelte app is deployed on vercel/netlify: "PeraWalletConnectError: Class constructor WalletConnect cannot be invoked without 'new'"
On the console:
"TypeError: Class constructor WalletConnect cannot be invoked without 'new'
at new r (index.4b62f2d5.js:10:2232)
at index2368cd55.PeraWalletConnect. (index.4b62f2d5.js:1850:12595)
at Generator.next ()
at V (index.4b62f2d5.js:1850:1374)"
Anything i may be doing wrong?
The text was updated successfully, but these errors were encountered: