You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fly.io's wormhole agent works in "Sidecar" mode, but "Supervisor" mode fails on Windows because it hard-codes "/bin/sh -c" rather than using "cmd.exe /C" on Windows.
Run the following command:
.\wormhole_windows_amd64.exe .\wedge_windows_amd64.exe -port 5000
[Oct 4 11:26:27] INFO process: Starting program: /bin/sh
[Oct 4 11:26:27] INFO process: Failed to start program: exec: "/bin/sh": file does not exist
[Oct 4 11:26:27] FATAL wormhole: Error running program: exec: "/bin/sh": file does not exist
The text was updated successfully, but these errors were encountered:
We have received a following bug report:
The text was updated successfully, but these errors were encountered: