TwentyT
Twenty2y ago
3 replies
DecodersLord

Unable to run project locally using WSL

I am following https://twenty.com/developers/local-setup and everything runs smoothly(Find in screenshots)
1. yarn
2. docker container running postgres
3. database migrate and reset
However, when I run npx nx start the frontend fails to run with error as below:
"Workspace is not a contructor". It does eventually say that "Nest application successfully started" however localhost:3001 is blank for some reason. I can reach localhost:3000/graphql(backend) but frontend doesn't load.
image_4.png
image_3.png
image_2.png
image_1.png
image.png
Mostly for contributors or curious developers
Was this page helpful?