Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to display the FIRST page at port 5544 . #123

Open
jiapei100 opened this issue May 29, 2022 · 0 comments
Open

Unable to display the FIRST page at port 5544 . #123

jiapei100 opened this issue May 29, 2022 · 0 comments

Comments

@jiapei100
Copy link

jiapei100 commented May 29, 2022

  1. It looks everything is running good ...
myWebsite kretes start          
    Kretes  1.0.0-alpha.61
  Database  OK
  Snowpack  OK
TypeScript  OK

warn - 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  OK
Started on  http://localhost:5544

----- Logs

listen EADDRINUSE: address already in use :::5544myWebsite 

Even if I added the following db section in config/default.json as:

  "db": {
    "database": "mydb",
    "user": "postgres",
    "password": "postgres",
    "host": "localhost",
    "port": 5555
  }

I still got the following ERROR messages:

myWebsite kretes start
    Kretes  1.0.0-alpha.61
  Database  Error: connect ECONNREFUSED 127.0.0.1:5555
-> (no explanation available)
  Snowpack  OK
TypeScript  OK

warn - 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  OK
Started on  http://localhost:5544

----- Logs

listen EADDRINUSE: address already in use :::5544myWebsite 

It looks even if I specify a port 5555, Kretes still tries to start on port 5544.

  1. But the website still looks like:

https://raw.githubusercontent.com/LongerVision/Resource/master/Bugs/KretesStart_Failure.png

Any suggestions please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant