Ernst Haagsman

Results 4 comments of Ernst Haagsman

I just faced this issue, and found a workaround: First edit `config.json`, then go to its file permissions, and deny 'Write' to all users. Then when restarting the Docker engine...

Hi David! You were a little early in finding this repo, as I'm preparing a blog post to be released next week with this code. Are you using native Docker...

I'm reproducing this issue with the following minimal code: ``` const api = require("@actual-app/api"); (async () => { await api.init({ // This is the URL of your running server serverURL:...

Turns out you need to always run `api.downloadBudget` in between. That fixed the problem for me.