Closed alex-maxime closed 6 years ago
Works fine for me and unable to reproduce. Make sure that port is not busy
Hum, the port is free
But I have found why.
I am using graphql stack withsubscriptions-transport-ws
on the server and the client,
The client try to reconnect (WebSocket), refetch (http) to server. and it happens when i restart the server.
to avoid this, First i have to shutdown the client, then restart the server.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hello
I was playing and exploring the config of adonis. and i found a strange behavior when i want to change the Logger level with the config file with other value than,
info
ordebug
There is nothing listening on
127.0.0.1:3333
Put
info
ordebug
make the server startPackages version
Node.js and npm version
node --version : v10.6.0
npm --version : v6.4.1
My Logger config
How to reproduce
With the sample project just follow those steps :