Ryan Laughlin
Ryan Laughlin
I'm seeing a virtually identical problem today after upgrading to macOS 13 (Ventura). Weirdly, one-off dynos work absolutely fine on either the Common Runtime _or_ normal Private Spaces, but not...
Running `DEBUG=* HEROKU_DEBUG=1 heroku run bash` gave some additional useful information. It looks like my existing `ssh-rsa` key was being rejected: ``` debug1: send_pubkey_test: no mutual signature algorithm ``` Generating...
I'm afraid that didn't work in my testing 😞 My initial experiments above suggested that [the `.sock` file on disk](https://github.com/puma/puma-dev/blob/3643bbbd0473a5ad039b7d79056a0312752d2b37/dev/app.go#L277) might be the culprit: - When `api.myapp.test` boots up (assuming...