Skip to main content

Troubleshooting

This purpose of this page is to outline any known issues with using devspace and provide known workarounds / fixes.

Utilities not found in PATH

If DevSpace 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/DevSpace.app/Contents/MacOS/DevSpace'

Port forwarding not working when NOT using an ide

DevSpace relies on an active SSH session to perform port forwarding to the local host. When running DevSpace without an IDE, such as --ide none, an active SSH session needs to be open using devspace ssh {workspace}.