Healthchecks fail on first run #83
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?
app and web both have healthchecks which access the /status.php page, then check that "installed" is true.
On my first run of a fresh instance of nextcloud, I had to perform the installation myself, copying data info a web form. Until I did this, /status.php didn't return "installed: true".
My solution was to
test: [NONE])But, this shouldn't be the new user experience.
@amras I didn't run into this but it's been a long time since I set up a new Nextcloud instance. Maybe something changed in a recent version? Thanks for sharing your findings, and a workaround!