Skip to content

Port needs to be an integer #119

@msp

Description

@msp

I saw this connecting to MySQL:

** (stop) an exception was raised:
    ** (FunctionClauseError) no function clause matching in :inet_tcp.getserv/1
        (kernel 8.0.2) inet_tcp.erl:55: :inet_tcp.getserv("3306")

Fixed my updating port in the config:

port: "3306",

to

port: 3306,

I guess the config generator needs to be updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions