`make ui` error

I have the server up by running make server but when I run make ui and open localhost:3000 I got this error. Any help? thanks!

error - uncaughtException: Error: read ECONNRESET
    at TCP.onStreamRead (node:internal/stream_base_commons:217:20) {
  errno: -54,
  code: 'ECONNRESET',
  syscall: 'read'
}

Hey @weilirs, thanks for bringing this up! The issue could be due to a different Node version being used for the setup. Also, be sure to run the make commands as outlined in the docs: Contributing to Meshery UI | Meshery.

Thank you for your response! I redid the steps in the docs and it magically worked :grinning:

1 Like