Uncaught (in promise)
E {message: "Core error: Routing client error -> Account does not exist for client", stack: "-101↵ at module.exports (/Applications/Peruse.a…s/app.asar/node_modules/ffi/lib/callback.js:66:25"}
message: "Core error: Routing client error -> Account does not exist for client"
stack: "-101↵ at module.exports (/Applications/Peruse.app/Contents/Resources/app.asar/node_modules/@maidsafe/safe-node-app/src/native/_error.js:32:10)↵ at args.push.ffi.Callback.restArgs (/Applications/Peruse.app/Contents/Resources/app.asar/node_modules/@maidsafe/safe-node-app/src/native/_base.js:105:27)↵ at /Applications/Peruse.app/Contents/Resources/app.asar/node_modules/ffi/lib/callback.js:66:25"
__proto__: Error
at makeError (/Applications/Peruse.app/Contents/Resources/app.asar/node_modules/@maidsafe/safe-node-app/src/native/_error.js:23:17)
at module.exports (/Applications/Peruse.app/Contents/Resources/app.asar/node_modules/@maidsafe/safe-node-app/src/native/_error.js:31:13)
at args.push.ffi.Callback.restArgs (/Applications/Peruse.app/Contents/Resources/app.asar/node_modules/@maidsafe/safe-node-app/src/native/_base.js:105:27)
at /Applications/Peruse.app/Contents/Resources/app.asar/node_modules/ffi/lib/callback.js:66:25
step @ App.css?9a66:26
(anonymous) @ App.css?9a66:26
Yes, I tried that, and the error occurs every time. I also just tried the most recent version of safe_web_app_quick_start and I get the same error after refreshing once.
Yes I am refreshing the browser, and I experience this with the other web app I am working on, Jams. Though I used safe_web_app_quick_start to inform how I built the API methods in Jams.
I’m using OSX, and on High Sierra I believe. I don’t have my computer with me so I’m not sure which version exactly. I can be more detailed when I get home.
I should have thought of this before. Sorry to leave you hanging.
Until we sort out this bug you can run your own test net and connect the browser to it.
Check out this reply to another user experiencing probably the same issue as you.
I was able to run 9 vaults locally, but I couldn’t find much instruction on how to configure the peruse browser to connect to these vaults. I used my invite token and created an account, but could not connect to the network. I assume the way to do this is to add the local IP and port of each vault to the “hard_coded_contacts” array. Is there anything else I need to do to configure Peruse to connect to my local vaults?
I’m having no luck. Since I’m connecting to a live network (even if local) I should be using the master branch of safe_browser right? I feel like I’m making a mistake early on in the process, because the instructions aren’t really lining up 100%.
Is there an up to date tutorial you could point me to? It’s getting hard to develop without being able to authorize my app and test the MD methods.