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.
Twenty - Local Setup
Mostly for contributors or curious developers
2 Replies