"Create File" step succeeds but does not create file (self-hosted)

Hi all,

I just created a fun little flow that picks up an incoming email, converts its body to markdown, and saves it as a file (for subsequent ingestion into a vector store, but that’s not my problem).

The flow shows successful execution of a “Create file” step, but listing the directory in question does not show it. I’ve also tried writing the file to a directory mounted on the container and can’t see it (neither outside, nor by running docker exec activepieces ls /my/dir/name).

Since the step supposedly executes successfully and shows the right file content and file location, I don’t really know how to troubleshoot this.

Running ghcr.io/activepieces/activepieces:0:71 with a postgres:15.2-alpine database.
Everything else I’ve tried so far works flawlessly.

Any help appreciated!

I tried switching my strategy to store in S3 but it looks like I can only put files into S3, and I can’t produce any files so… I’m completely stuck here. Might have to give up on Activepieces if something as basic as this doesn’t work and can’t easily be debugged.

Any ideas appreciated!