dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
35 stars 5 forks source link

Fresh installation broken #117

Closed alexmerlin closed 2 years ago

alexmerlin commented 2 years ago

Upon running a fresh installation of the project, accessing the home page from a browser throws the following error:

Service with name "dot-mail.service.default" could not be created. Reason: cannot connect to host; error = stream_socket_client(): Unable to connect to tcp://:143 (No connection could be made because the target machine actively refused it) (errno = 0 )

Tested on:

bidi47 commented 2 years ago

fixed in https://github.com/dotkernel/dot-mail/pull/38, https://github.com/dotkernel/dot-mail/pull/36, https://github.com/dotkernel/dot-mail/pull/41