[Bug]: Can't register old budget in new Kubernetes actual setup #2568

Closed
opened 2026-02-28 20:19:28 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @davidlesicnik on GitHub (Oct 27, 2025).

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

I setup a new Actual instance on my Kubernetes cluster and tried importing the budget. It works locally, but I get the "This File is not a Cloud File" popup and clicking register loads a bit, then it pops right back up. And the data itself is not synced.

Creating a new (blank) budget will have it be synced with no issues.

My specific setup can be seen here: https://github.com/davidlesicnik/homelab-argo/tree/master/apps/actual

How can we reproduce the issue?

Setup kubernetes instance on kubernetes.
Import old budget
Get This File is not a Cloud File pop up
Click register
Notice the pop up comes back and the file isn't actually synced

Where are you hosting Actual?

Other

What browsers are you seeing the problem on?

Firefox

Operating System

Other

Originally created by @davidlesicnik on GitHub (Oct 27, 2025). ### Verified issue does not already exist? - [x] I have searched and found no existing issue ### What happened? I setup a new Actual instance on my Kubernetes cluster and tried importing the budget. It works locally, but I get the "This File is not a Cloud File" popup and clicking register loads a bit, then it pops right back up. And the data itself is not synced. Creating a new (blank) budget will have it be synced with no issues. My specific setup can be seen here: https://github.com/davidlesicnik/homelab-argo/tree/master/apps/actual ### How can we reproduce the issue? Setup kubernetes instance on kubernetes. Import old budget Get This File is not a Cloud File pop up Click register Notice the pop up comes back and the file isn't actually synced ### Where are you hosting Actual? Other ### What browsers are you seeing the problem on? Firefox ### Operating System Other
GiteaMirror added the bug label 2026-02-28 20:19:28 -06:00
Author
Owner

@youngcw commented on GitHub (Oct 28, 2025):

Are there any errors?

@youngcw commented on GitHub (Oct 28, 2025): Are there any errors?
Author
Owner

@davidlesicnik commented on GitHub (Oct 28, 2025):

Ah! Sorry, looks like I had to increase the allowed file size in my ingress, but for some reason it didn't occur for me to check the browser console logs. I was getting 413 errors, Entity Too Large.

I then had to set this for my ingress annotation:
nginx.ingress.kubernetes.io/proxy-body-size: "20m"

@davidlesicnik commented on GitHub (Oct 28, 2025): Ah! Sorry, looks like I had to increase the allowed file size in my ingress, but for some reason it didn't occur for me to check the browser console logs. I was getting 413 errors, Entity Too Large. I then had to set this for my ingress annotation: nginx.ingress.kubernetes.io/proxy-body-size: "20m"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#2568