Radu Ciobanu
Radu Ciobanu
A workaround is to mark `electron-fetch` as external using https://www.npmjs.com/package/vite-plugin-externals ``` // svelte.config.js import { viteExternalsPlugin } from 'vite-plugin-externals' const config = { kit: { adapter: adapter(), vite: { plugins:...
I have the same issue, using latest release, 3.0.1, 32GB RAM and I can't even get the node synced. It doesn't go above 0.2-0.4 blks/s. Default settings. Tried --no-periodic-snapshot as...
Update: I managed to get my node synced. It took 1 week. Openethereum v3.0.1 Check this issue https://github.com/openethereum/openethereum/issues/11830 and use the config mentioned there.
Have the same issue when building on a Mac device with M1 chip. If instead I build the app on a Mac with Intel chip everything works.
> @edwardmp @CristianMG did you guys find a way to solve this? I'm stuck as well :/ After struggling for a few days, here's what works for a Flutter app:...
Similar issue here, version 0.17.0 works though.
How would the recovery flow look like in case I lose access to the hardware device that I authorized?
I'm on the same page with @CryptoPascal31 here, been using KadenaJS in the last few months and I'm always digging through the source code, every now and then stumble upon...