abi / screenshot-to-code

Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue)
https://screenshottocode.com
MIT License
59.25k stars 7.29k forks source link

Unable to access the web side after startup #396

Open cicitutu opened 2 months ago

cicitutu commented 2 months ago

屏幕截图 2024-09-06 160806 I deploy the service on the server. yarn dev starts the front end program. The screenshot message as above appears. Is this correct? Then I can't access with my ip:5173

屏幕截图 2024-09-06 161306 Here's my back-end service startup

cicitutu commented 2 months ago

屏幕截图 2024-09-06 170511 I would like to know how to solve this problem of not connecting to ws

cicitutu commented 2 months ago

I used nginx as a proxy between the web side and the server side.