Resource Manager - Remote DO docker image problems. My technique or bug?

Video of the problem I am having using the new resource manager to create a production taget on DO via docker

Hi Brian,

You are doing everything correctly. Only somehow in the last step somethings go wrong, so hence the infinite spinner. This is the step that connects to the server with SSH, so maybe there was something wrong indeed with the authorization. Could produce and include a debug log about with so I can check for errors?

In general the workflow is correct, few insights:

  • a personal SSH key is created only once in your user home, .ssh folder, so that is why you don’t see the prompt when you add a provider afterwards.
  • The personal SSH key is auto added to the provider SSH keys when you connect them
  • when creating new server, the same personal SSH key is also assigned to the new server for access
  • so that is why the last step takes a bit longer, maybe we should indeed add more progress info and notifies.
  • the last step should really stop the spinner and show you a green check if all the SSH access is fine, but probably due to some error is keeps spinning.

You can also try the new SSH terminal in tabs, see if it has successful SSH connection.

image

Can access SSH console OK if you want me to run any particular commands


Bug Report Attached
wappler.zip (4.6 KB)

This should be all solved in the next update.

We are also moving to bare OS images like Ubuntu and installing docker afterwards instead of using the preinstalled docker in the DO one-click images.

not that you will see a difference but still :slight_smile: - allows us to offer more control to people that don’t want docker

1 Like

Are you still planning to remove auto install of docker desktop/ Node in favour of manual installs in the future as you suggested some weeks ago?

Ah good point forgot about it, will check it out

Fixed in Wappler 5.1

This topic was automatically closed after 47 hours. New replies are no longer allowed.