Hello, I’m having trouble printing the ERP Next sales invoice as a PDF. I’m encountering a Socket IO error.
I tried the solution mentioned in the link on Windows, but it didn’t work.
https://github.com/frappe/frappe_docker/wiki/Frequently-Asked-Questions#socketio-does-not-work-with-pwdyml
Installed Operating System: Windows
Installed Application System: Docker
Script Used: pwd.yml
Hi @furkanayyildiz
Can you try this in powershell
docker exec -it frappe_docker-backend-1 bench --site frontend set-config host_name “http://frontend:9020 ”
Thank you for your reply. However, this method didn’t work.
If you are really stuck try a new docker installation method
A CLI tool based on Docker Compose to easily manage Frappe based projects.
Thank you for your suggestion. Have you tried this method on a Windows operating system?
Yes I am running it in WSL2 with Docker
1 Like
Hello, I’m just getting around to trying this now due to my busy schedule, and I think I couldn’t quite get it to work. Do you have a source or a video that you use, or could you guide me through it?
There are 3 main steps - you can search for guides/videos on google or ask AI to help: -
Install WSL2 on windows
Install Ubuntu on WSL2
3 Install Docker Desktop on Windows
Install Frappe Manager on Docker (GitHub - rtCamp/Frappe-Manager: A CLI tool based on Docker Compose to easily manage Frappe based projects. · GitHub )
Maybe this will help as a starting point - https://www.youtube.com/watch?v=IP8NpcvcIDk
Best of luck on your ERPNext journey
1 Like
“Thank you for your response.”