The team has published a test build of the latest Haven release v0.4.0 This one is largely built out to take full advantage of the new haven extension AND fix a bunch of bugs (better identity generation, etc).
ERROR 2025/12/21 15:00:00 Cmix has failed registration: failed to register with permissioning: sendRegistrationMessage: Unable to contact Identity Server!: failed to send the request: failed to send the API: Post âhttps://registrar.mainnet.cmix.rip:11420/mixmessages.ClientRegistrar/RegisterUserâ: net/http: fetch() failed: TypeError: NetworkError when attempting to fetch resource.
Did you see any progress in the progress bar or was it completely stuck like in the past?
All of those errors are normal and are caused by bad gateways. The fix is to process those much faster and kick them out of the list of gateways the client tries to contact. It should bring the process from upwards of an hr or 2 down to ~3-5 minutes on the high end. If thatâs not the case then please let us know what browser and operating system.
This is an issue on the server side we donât control. It has to do with the zerossl infrastructure being unable to talk with the gateway running on the node.
I posted a thread on loading Haven identity in Loading Haven identity from somewhere - that would be nice to have (that is, the ability for the âload identityâ modal to expose a field to which we can âpushâ a string (FS path or URL to identity JSON).
Then itâd be up to others to choose where to push from - crypto wallet (I donât know of any that can push custom strings, but they could be developed), own extension, etc.
build doesnât work because xxDK is referenced by relative path, not included in repo
Downloading @emoji-mart/[email protected]: 5.39 MB/5.39 MB, done
ENOENT ENOENT: no such file or directory, open â../xx/xxdk-wasm/xxdk-wasm-0.4.0.tgzâ
building from v0.4 on GH doesnât work either as thereâs no packaged release we can get and building from source fails
WARN GET https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz error (ERR_PNPM_ENAMETOOLONG). Will retry in 1 minute. 1 retries left.
ERR_PNPM_ENAMETOOLONG Failed to add tarball from "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz" to store: ENAMETOOLONG: name too long, open '/home/user/.local/share/pnpm/store/v10/index/83/82fb398ba7d383755b2a8c36395d17095f3c22d5920079e00fd80972026580-@babel+plugin-bugfix-safari-id-destructuring-collision-in-function-expression@1793577'
Can this be improved? I donât mind downloading xxdk-wasm-0.4.0.tgz from S3, if you can publish and modify the build script to fetch it from the repo path.