question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't leave ssh connection page

See original GitHub issue

Bug report

Describe the bug

Just finished the setup using the bootstrap and everything worked fine, however, the ssh connection page never leaves and I did already registered the ssh-key provided in that same page.

Screenshot 2021-02-25 at 13 46 34

I have this two ssh key added:

SHA256:... NAME="admin1" ...
SHA256:... NAME="ledokku" ...

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:17 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
pillowscommented, Mar 6, 2021
2021-03-06T00:13:53.015163881Z app[web.1]: yarn run v1.22.5
2021-03-06T00:13:53.056599420Z app[web.1]: $ yarn prisma:migrate && node build/index.js
2021-03-06T00:13:53.241683999Z app[web.1]: $ prisma migrate up --experimental
2021-03-06T00:13:53.735597864Z app[web.1]: 
2021-03-06T00:13:54.260994957Z app[web.1]: Prisma schema loaded from prisma/schema.prisma
2021-03-06T00:13:54.408645297Z app[web.1]: 🏋️‍  migrate up
2021-03-06T00:13:54.408664401Z app[web.1]: 
2021-03-06T00:13:54.409014804Z app[web.1]: All migrations are already applied
2021-03-06T00:13:55.305978659Z app[web.1]: 🚀 Server ready at http://localhost:4000/graphql
2021-03-06T00:13:55.306112384Z app[web.1]: 🚀 Subscriptions ready at ws://localhost:4000/graphql
2021-03-06T00:14:26.903904034Z app[web.1]: 2021-03-06T00:14:26.903Z queries:setup Error: connect EADDRNOTAVAIL [MY IPV6 ADDRESS] - Local (:::0)
2021-03-06T00:14:26.903930897Z app[web.1]:     at internalConnect (net.js:923:16)
2021-03-06T00:14:26.903936539Z app[web.1]:     at defaultTriggerAsyncIdScope (internal/async_hooks.js:364:12)
2021-03-06T00:14:26.903940692Z app[web.1]:     at net.js:1011:9
2021-03-06T00:14:26.903944177Z app[web.1]:     at processTicksAndRejections (internal/process/task_queues.js:79:11)

I’m having the same issue too but I believe that it may be because of the ipv6 address that it defaults to.

Edit: The fix is to add the actual hostname/ip: dokku config:set ledokku DOKKU_SSH_HOST=<your hostname/ip>

1reaction
BrunoMiguenscommented, Feb 26, 2021

@Akirtovskis Yeah perhaps regenerating the ssh would work, I might try.

@pradel That would be amazing and would possibly avoid creating issues on Github that are probably not issues, like mine 😅

Read more comments on GitHub >

github_iconTop Results From Across the Web

What can I do when my SSH session is stuck? - Ask Different
All you need to do to exit an ssh session is type exit at the prompt.
Read more >
How to kill or disconnect hung ssh session in Linux
There is a "secret" keyboard shortcut to force an unresponsive ssh session to exit. From the frozen session terminal, hit these keys in...
Read more >
Why do consoles sometimes hang forever when SSH ...
The long-hang behavior on communication issues is not a bug, the SSH session is hanging out hoping the other side will come back....
Read more >
Which is the most gentle way to end a ssh session [closed]
CTRL + d causes a logout . logout causes an exit . exit on its own is different only because it allows you...
Read more >
How to disconnect from SSH connection - Linux Tutorials
The first way to disconnect from an SSH session is with the exit command. Issue this command on the remote terminal that you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found