Skip to content

Error: proxy: should be a hash #1556

@abuisman

Description

@abuisman

Hi,

I've upgraded to kamal 2.6 and now I can't start a console because I get the following error:

ERROR (Kamal::ConfigurationError): proxy: should be a hash

My deploy.yml config for the proxy looks like this:

servers:
  web:
    hosts:
      - ....
  jobs:
    hosts:
      - ...

proxy: false

The docs say that it should be that way: https://kamal-deploy.org/docs/configuration/proxy/ or at least that is how I've interpreted the config and how it has worked fine up until now.

Is this the new way?:

servers:
  web:
    hosts:
      - ....
    proxy: false
  jobs:
    hosts:
      - ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions