Internal server error when accessing ERPNext in Windows
If you're trying to install ERPNext using Docker on Windows, and you hit a frustrating "Internal Server Error" when accessing http://localhost:8080 — you're not alone.
This is a common issue due to incompatibility with Windows docker.
So basically you should not run docker compose command in windows. You need to go to ubuntu shell in WSL and then clone ERPNext github repo and then run docker compose.
This way you should not see any error and ERPNext should be accessible on http://localhost:8080.
Published on: Jun 27, 2025, 12:50 AM