Commit d68c48

Troubleshooting
@@ 38,6 38,17@@
### Schema Does Not Exist
Make sure that there is a schema named "app" in the database as specified in the Postgres connection string. For more information, see [[Postgres]]
## Server Issues
+ ## OpenID Connect(OIDC) Issues
+
### Can't Access LubeLogger Instance from Other Devices
+ ### No Option to Login via OIDC
+ Make sure Authentication is enabled, check "Enable Authentication" in Settings tab and set up root user credentials
+
+ ### Logging-in via OIDC Requires Token
+ LubeLogger operates on an invite-only basis, a token will need to be generated for the user logging in via OIDC if it is their first time. Once an account for the user exists they will no longer be prompted for the token in subsequent login attempts.
+
+ ### No Auto-Redirect to OIDC Provider
+ A LogOutURL must be provided for the OIDC provider otherwise the OIDC login flow will not be auto-initiated.
+