-
-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Invoice pdf generation fails #445
Comments
Hello @philipp1992 I'm not sure to understand to error, do you have more context maybe? |
Using the Helm deployment. PDF generation fails with above error and the file url is empty |
@philipp1992 do you use S3, GCS or the standard storage configuration? |
i use the standard storage config |
do you use minio or PersistentVolumeClaim options? |
i use your helm chart. lago-billing-worker has
..... these are my helm values.
When i go to the lago UI, i can download the invoice and once i do that, this particular invoice also gets a proper file_url. |
I think its because the PVC is configured as RWO (Read Write Once) and 2 different pods can't access it like we highlight here : https://github.com/getlago/lago-helm-charts/tree/main?tab=readme-ov-file#storage-recommendation If you want to stay with PVC, you should tweak it to use RWM (depending on your cloud provider, it can be complex), I would recommend you to use S3, GCS or Minio |
cani migrate to s3 with an existing installation? |
Hi
using v1.17.4, when an invoice is finalized and payment processed, the file_url is null until i manually download the invoice using the Lago UI.
This works and the invoice is being downloaded. After that the file_url property is set to the correct url.
Without manually downloading the invoice, file_url is never set.
In the lago-worker i see this error:
The text was updated successfully, but these errors were encountered: