You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ myWebsite kretes start Kretes 1.0.0-alpha.61 Database OK Snowpack OKTypeScript OKwarn - You have enabled the JIT engine which is currently in preview.warn - Preview features are not covered by semver, may introduce breaking changes, and can change at any time. CSS OKStarted on http://localhost:5544----- Logslisten EADDRINUSE: address already in use :::5544
➜ myWebsite
Even if I added the following db section in config/default.json as:
➜ myWebsite kretes start Kretes 1.0.0-alpha.61 Database Error: connect ECONNREFUSED 127.0.0.1:5555-> (no explanation available) Snowpack OKTypeScript OKwarn - You have enabled the JIT engine which is currently in preview.warn - Preview features are not covered by semver, may introduce breaking changes, and can change at any time. CSS OKStarted on http://localhost:5544----- Logslisten EADDRINUSE: address already in use :::5544
➜ myWebsite
It looks even if I specify a port 5555, Kretes still tries to start on port 5544.
But the website still looks like:
Any suggestions please?
The text was updated successfully, but these errors were encountered:
Even if I added the following db section in
config/default.json
as:I still got the following ERROR messages:
It looks even if I specify a port 5555,
Kretes
still tries to start on port 5544.Any suggestions please?
The text was updated successfully, but these errors were encountered: