You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
I am running the Docker container as described in the readme and receive the following error:
open file
connect
/app/node_modules/@actual-app/api/dist/app/bundle.api.js:34731
throw new Error('Could not get remote files');
^
Error: Could not get remote files
at handlers.api/download-budget (/app/node_modules/@actual-app/api/dist/app/bundle.api.js:34731:31)
Node.js v21.7.1
I do see a list of my accounts and budgets printed before that error. I ran the container with:
I am running the Docker container as described in the readme and receive the following error:
I do see a list of my accounts and budgets printed before that error. I ran the container with:
I also tried with
-e NODE_TLS_REJECT_UNAUTHORIZED=0
and using an https URL (nginx + letsencrypt cert) instead of the IP/Port.The text was updated successfully, but these errors were encountered: