unstract icon indicating copy to clipboard operation
unstract copied to clipboard

fix: [ISSUE] WSL not working

Open micuentadecasa opened this issue 7 months ago • 2 comments

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.

micuentadecasa avatar May 30 '25 09:05 micuentadecasa

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.

stsaadhithyar avatar Jun 05 '25 13:06 stsaadhithyar

you can try modify the frontend port 3000:3000 to 3000:80 in 'docker/docker-compose.yaml'. it work for me.

jchuang0710-pacston avatar Sep 08 '25 02:09 jchuang0710-pacston