Open DezyNation opened 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.
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
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
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 typingrushx 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.