Export of expenses is empty

I try to export my expenses by time range

I have 8 expenses currently


3 are in the archive

Date is all this year

This are my export settings

The email is sent fine, but the CSV is empty

Hi,

Do you mean to have the same start end end dates?

Sorry the screenshot is the last wrong one

That’s the right one

@david do you have any ideas?

@Rusticus

I’m not able to recreate. If you export without the date range does the CSV populate?

I am able to download uploaded files as well in my dockerized environment, too. In my env file, I have the following variable that may be helpful:

# IN application vars
APP_URL=https://domain.tld
APP_URL_CLEAN=domain.tld
PRIVACY_POLICY_URL=https://domain.tld/legal/

APP_KEY=<APP_KEY>
APP_NAME="Access-InTech Client Portal"
APP_ENV=production
APP_DEBUG=false
REQUIRE_HTTPS=true
PHANTOMJS_PDF_GENERATION=false
PDF_GENERATOR=snappdf
LOCAL_DOWNLOAD=true # <--------
IS_DOCKER=true      # <--------

TRUSTED_PROXIES=*   # <--------

EXPANDED_LOGGING=true
LOG_PDF_HTML=true

QUEUE_CONNECTION=database

In most cases, I’m not sure what those variables are doing and where I got them from :smiley:
Read somewhere something about an issue I also was facing and within the past two years I’ve modified pretty much.