Troubleshooting
This purpose of this page is to outline any known issues with using devsy and provide known workarounds / fixes.
Utilities not found in PATH
If Devsy Desktop reports that it cannot find utilities in the PATH, you may need to wrap the call in a shell. Something like
#! /usr/bin/env sh
exec $SHELL -c 'exec /Applications/Devsy.app/Contents/MacOS/Devsy'
Port forwarding not working when NOT using an ide
Devsy relies on an active SSH session to perform port forwarding to the local host. When running Devsy without an IDE, such as --ide none,
an active SSH session needs to be open using devsy ssh {workspace} (unless you are specifying forwarded ports using docker compose).