David Bucher
David Bucher
Hi Ludo Sure. Here you go https://github.com/dabuchera/test-deployment-stuff
Running exactly into this now. Dcrd running on Master, dcrwallet on latest. `Wallet synchronization stopped: rpcsyncer.Run: advertised API version 7.0.0 incompatible with required version 6.0.0` Any workaround on this?
Hi @philipdesmedt Yes. Was running `npm install` in the web folder. Ah ok. I thought `yarn` as a standard was removed here: https://github.com/arkadiko-dao/arkadiko/pull/113 But running with `yarn` is causing similar...
The problem was the multiple loading of Three.JS. Don't additionally load three since it is already provided by Forge.
> [patch-package](https://www.npmjs.com/package/patch-package) helped me: `npm i patch-package` > > in the package.json add this line: > > ``` > "scripts": { > "postinstall": "patch-package", > } > ``` > >...
Hey @kasperisager Thank you! The error message no longer appears. Nevertheless, a strange behavior can now be observed. Running `pear dev .` starts without an error message but nothing happens...
Nice. Thanks for having a look. Unfortunately, it doesn't work yet. Any approaches i could try out?
Most likely Bare
> In page.js add `export const revalidate = 0` to revalidate every 0 seconds This one solved it for me.