screenshot-to-code: WebSocket Error: Connection Closed 1006 - this worked for me
If you’re getting this:
Try running the backend with 7001 instead of 7000:
poetry run uvicorn main:app --reload --port 7001
About this issue
- Original URL
- State: closed
- Created 7 months ago
- Comments: 15 (6 by maintainers)
@18984955240
Hope it helps!
Thanks! We made the mistake of changing the port after the initial release.
When did you first clone the repo?