abi / screenshot-to-code

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

1111111111111111111111111111111111111111111111111111111111111111111111111 #378

Closed xiahe-debug closed 3 months ago

xiahe-debug commented 4 months ago

"GET /js/chunk-4ac37528.ca9bf58b.1.18.11.js HTTP/1.0" 404 Not Found

abi commented 4 months ago

Hi there, please try deleting the repo and re-running the front-end instructions. Also, please add more details about when you're getting this error so I can help you debug. Thanks!

abi commented 4 months ago

When you go to your backend URL, what do you see? http://124.10.20.1:7001/

abi commented 4 months ago

Are you able to go to it from the browser though? The problem is likely that your front end is trying to connect to 127.0.0.1 but your server is located at a different IP. You’ll need to modify the front end config.ts (I think) to fix the issue.