Skip to content

Error when trying to connect in address already in use #189

@hethini-ribeiro

Description

@hethini-ribeiro

This error can be caused when we are trying to connect to an occupied port.

Screenshot from 2020-10-28 14-49-33

One way to resolve this is to stop running softwares that may be using these ports, such as Apache.
But we can also solve this issue using another port that is probably available.
We can force Kool to do this by adding these constants to the end of the .env file in your project:

KOOL_APP_PORT=8080
KOOL_DATABASE_PORT=13306

Like this:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    UX/clidocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions