Newly initialised servers don't show upp in abra app new #166
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the current behavior
only servers that have at least one app created show up when trying to create a new app.
Steps to reproduce
abra server add domain.tld
abra server init domain.tld
abra app new appname
(domain.tld doesn't appear as one of the servers)
Describe the expected behavior
the newly added server should show up
Additional information
I believe this is the problem:
because first we are loading all app files and then loading all servers to which those apps belong. If you have no apps on a server it won't be loaded.
newly initialised servers don't show upp in abra app newto Newly initialised servers don't show upp in abra app new