forked from toolshed/docs.coopcloud.tech
		
	Update 'docs/abra/trouble.md'
This commit is contained in:
		@ -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 <domain> on <ip>: write udp <ip>: 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.
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user