Closed happybeing closed 5 years ago
The code works fine under node with safe-node-app v0.9.1, but when packaged using pkg (see command npm run build) it fails during authorisation with SAFE network.
pkg
npm run build
If I revert to safe-node-app v0.8.1 it works both under node and when packaged as an executable (see branch https://github.com/theWebalyst/safenetwork-fuse/tree/dev-safenodeapp-v8). A working release has been announced here, and so v0.1.0 of safenetwork-fuse will use the v0.8.1 safe_node_app API.
This needs to be re-visited after the v0.1.0 release. A first step would be to create a simpler example by updating safe-cli-boilerplate to v0.9.1.
Closing in favour of issue #3 in new SAFE Drive repo as this repo is no longer in use.
The code works fine under node with safe-node-app v0.9.1, but when packaged using
pkg
(see commandnpm run build
) it fails during authorisation with SAFE network.If I revert to safe-node-app v0.8.1 it works both under node and when packaged as an executable (see branch https://github.com/theWebalyst/safenetwork-fuse/tree/dev-safenodeapp-v8). A working release has been announced here, and so v0.1.0 of safenetwork-fuse will use the v0.8.1 safe_node_app API.
This needs to be re-visited after the v0.1.0 release. A first step would be to create a simpler example by updating safe-cli-boilerplate to v0.9.1.