Receiving template error when using volumes in convox.yaml

ERROR: template: :10:22: executing "" at <.Labels>: can't evaluate field Labels in type string

services:
  api:
    build: .
    internal: true
    singleton: true
    health:
      path: /health
      grace: 30
    port: 8108
    scale:
      count: 1
      memory: 4096
      cpu: 1024
    environment:
      - TYPESENSE_API_KEY
    volumes:
      - /var/typesense/data

Hey @ryan1

We have identified the problem and resolved the issue with patch 3.13.6

Please update your rack to the latest version and you should be good to go!

Regards,
Nick