platform icon indicating copy to clipboard operation
platform copied to clipboard

Facing issues while running the development server - Error while proxying request in localhost:8000/providers to http://localhost:3000/ [ECONNREFUSED]

Open DezyNation opened this issue 1 year ago • 2 comments

Description of the issue

I'm trying to start a development server for Huly platform in my Windows machine. Rush has installed and linked all the dependencies but I'm getting errors while starting the server. The error says

Error while proxying request in localhost:8000/providers to http://localhost:3000/ [ECONNREFUSED]

My environment

  • Version of huly - 0.6.11
  • Browser (and version) - Brave
  • Your operating system (and version) - Windows 11

Steps to reproduce

Clone the repository with --depth=1 flag. Go to the /dev/prod folder and install the dependencies by running rush install Once done, run the development server by typing rushx dev-server

Application is starting, I can see the frontend but nothing is working. Even registration is throwing an error. If there are any CORS issues, they should be resolved. Or else, let me know if there's any config I'm missing while starting the dev-server.

DezyNation avatar Aug 23 '24 11:08 DezyNation

@DezyNation it looks like you skipped the step with building and getting up the docker containers. Check https://github.com/hcengineering/platform?tab=readme-ov-file#build-and-run.

lexiv0re avatar Aug 23 '24 12:08 lexiv0re

I'm not gonna lie to anybody. I have no idea what I'm doing. I was trying to wing it, but I guess I need the figure out what's going on my bad. To everybody that was so serious. I apologize if I messed anything up.I would like to learn what y'all are doing now

HardasSteel avatar Aug 27 '24 14:08 HardasSteel