`ERROR stderr to vsock zero copy err: Broken pipe (os error 32)`

Hello,

my app is failing with the above error. I have tried increasing memory limits and destroying/recreating the machine but to no avail. This is a new application in the mia region. Am I doing something wrong? Here’s my fly.toml:

app = 'datomic-sqlite'
primary_region = 'mia'

[build]

[[mounts]]
  source = 'datomic_sqlite_data'
  destination = '/data'

[http_service]
  internal_port = 4334
  force_https = true
  auto_stop_machines = false
  auto_start_machines = true
  min_machines_running = 0
  processes = ['app']

[[vm]]
  memory = '2gb'
  cpu_kind = 'shared'
  cpus = 1
1 Like

Looks similar to my situation. I’m in the sea region.

Unfortunately I don’t have much to add, just trying to boost visibility towards this issue!

Ah jeez, sorry to hear you’re having this issue as well. Is it preventing your app from running entirely as well?

In my case the app runs but has had some odd issues that I haven’t seen before so I’m suspecting this is the root cause. And then having this error take up all the logs has made it tougher to troubleshoot other things as well.

Sorry to hear that on your end this takes the whole app down!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.