diff --git a/docs/abra/trouble.md b/docs/abra/trouble.md index b5c1f4f..ef04ae2 100644 --- a/docs/abra/trouble.md +++ b/docs/abra/trouble.md @@ -4,7 +4,7 @@ title: Troubleshoot ## Where do I report `abra` bugs / feature requests? -You can use [this issue tracker](https://git.coopcloud.tech/coop-cloud/abra/issues/new). +You can use [this issue tracker](https://git.coopcloud.tech/coop-cloud/organising/issues/new/choose). ## SSH connection issues? @@ -100,10 +100,14 @@ git clone https://git.coopcloud.tech/coop-cloud/abra-bash ~/.abra/bash-src ln -s ~/.abra/bash-src/abra ~/.local/bin/babra ``` -### "Network not found" when deploying? +## "Network not found" when deploying? This appears to be an upstream issue for which we can't do much in `abra` to solve. See [`coop-cloud/organising#420`](https://git.coopcloud.tech/coop-cloud/organising/issues/420) for more info. The work-around is to leave more time in between undeploy/deploy operations so the runtime can catch up. ## I am seeing very weird `lookup on : write udp : write: operation not permitted` errors You should turn off your VPN. `abra` has trouble dealing with it right now. We welcome change sets to make it work though! + +## Caller path in debug stacktrace doesn't exist + +Debug stacktrace currently begins with `/drone/` due to CI. Remove the initial `/drone/` and the path is relative to the abra project root.