hcengineering / platform

Huly — All-in-One Project Management Platform (alternative to Linear, Jira, Slack, Notion, Motion)
https://huly.io
Eclipse Public License 2.0
17.19k stars 1.03k forks source link

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

Open DezyNation opened 2 months ago

DezyNation commented 2 months ago

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

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.

lexiv0re commented 2 months ago

@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.

HardasSteel commented 2 months ago

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