Forge 7.0.0 tunneling does not work 'invalid mount config for type "bind"'

Hi,
I have upgraded to forge 7 and tunneling does not work now. I have set the ngrok configuration with ‘forge settings set ngrok-config-path’

Error is:

Blockquote
docker: Error response from daemon: invalid mount config for type “bind”: invalid mount path: ‘ngrok.yml’ mount path must be absolute.
See ‘docker run --help’.

It happens on both my local MacOs and Ubuntu (Github Codespace)

Sorry you’re seeing the error when running the tunnel, looks like a regression. Meanwhile can you provide the path as absolute, as requested? E.g. forge settings set ngrok-config-path /some/path/to/ngrok.yml (replace with where ngrok.yml actually is)

2 Likes

Great thanks this helped!
Actually I’m embarrised that I didn’t come up to this solution myself.
Daniel