fix: [ISSUE] WSL not working
Describe the bug
I'm running the script run-platform.sh, there is no error, but I'm not able to use the frontend, I have tested multiple URLs like http://localhost:3000 , 80, 8000 the one in the documentation http://frontend.unstract.localhost/, but it doesn't reply, and there is no errors in the dockers. I also removed the port forwarding, but nothing works.
To reproduce
just follow the instuctions and run the script
Expected behavior
able to visit the frontend
Environment details
Additional context
I'm using WSL2 in Windows. I have other projects with docker compose, so it shouldn't be an issue.
I faced the same issue — after running ./run-platform.sh, nothing was displayed, and the frontend wasn’t accessible. At first, there were no errors shown, but upon checking, I found that the Docker containers weren’t even starting.
After some debugging, I found that the issue was caused due to the old Docker Compose version. Updating to the latest version of Docker Compose fixed the problem — the containers started up properly, and the frontend became accessible.
you can try modify the frontend port 3000:3000 to 3000:80 in 'docker/docker-compose.yaml'. it work for me.