-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Putting this down to investigate later. I'm on a fresh computer, with a fresh install of dgnext, and I'm seeing the following error on deploy once it gets to the screen capture step:
Trying capture...
Error: connect ECONNREFUSED ::1:56912
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1471:16) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 56912
}
(The particular port will vary.)
After a long delay, it'll eventually fail and move on to to the rest of the deployment.
Things I have checked:
- Doesn't seem to matter if I'm running dgnext on port 8000 or on another port (I usually use 7878)
- Doesn't seem to matter if I'm running another interactive template project (on a different port)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working