actualbudget/actual · error · Error
Reload not implemented in electron app
Error message
Reload not implemented in electron app
What it means
Error "Reload not implemented in electron app" thrown in actualbudget/actual.
Source
Thrown at packages/desktop-electron/preload.ts:105
},
setTheme: (theme: string) => {
ipcRenderer.send('set-theme', theme);
},
moveBudgetDirectory: (
currentBudgetDirectory: string,
newDirectory: string,
) => {
return ipcRenderer.invoke(
'move-budget-directory',
currentBudgetDirectory,
newDirectory,
);
},
reload: async () => {
throw new Error('Reload not implemented in electron app');
},
applyAppUpdate: async () => {
throw new Error('applyAppUpdate not implemented in electron app');
},
} satisfies typeof global.Actual);
View on GitHub (pinned to d4334cb6e6)
When it happens
Trigger: Thrown at packages/desktop-electron/preload.ts:105 when the library encounters an invalid state.
Common situations: See trigger scenarios.
AI-assisted analysis of actualbudget/actual@d4334cb6e6 (2026-08-29).
Data as JSON: /api/errors/bb2c84140b6bbb1c.
Report an issue: GitHub.