Login fails if started before SSO provider #7
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?
If you have set up SSO it might happen that at some point login fails with a message like "No login system is configured". To solve simply restart the app via
For background see this issue.
Possible workaround could be a specialized healthcheck.
Implemented healthcheck workaround in
5853b16. This will probably result in grist restarting when the IdP is unavailable so we should remove it as soon as its fixed upstream. Keeping it open as a reminder.