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
All builds and works fine locally and in other build environments but within svelteKit, SSR with svelte.config.js as shown below Torus throws an error. svelte.config.js: Link to repo
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'call')
at new C (index-efeef119.js:1:16193)
at r.<anonymous> (openloginJrpc.esm-fb99c9a3.js:2:3263)
at new r (openloginJrpc.esm-fb99c9a3.js:2:3787)
at Ht._setupWeb3 (torus.esm-46dda450.js:14:9082)
at torusIframe.onload
All builds and works fine locally and in other build environments but within svelteKit, SSR with svelte.config.js as shown below Torus throws an error.
svelte.config.js
:Link to repo
Error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Wallet connects as expected after deployment. Wallet works fine locally.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Works fine in Webpack, CRACO and ReactApp Rewired Build Env
The text was updated successfully, but these errors were encountered: