docs: add self-host troubleshooting guide - #34
Merged
telivity-otaip merged 1 commit intoAug 21, 2026
Conversation
telivity-otaip
approved these changes
Aug 21, 2026
telivity-otaip
left a comment
Contributor
There was a problem hiding this comment.
Review
Malicious / secrets: none. Docs-only (docs/TROUBLESHOOTING.md + README link). No credentials, no vault paths, no runtime code.
Issue #23: hits every acceptance item — symptoms → checks → fixes for configure wall, missing relation, RLS saves, optional edge functions, Google OAuth; explicitly says never commit web/config.js / never reuse demo keys; linked from root README.
Nit (non-blocking): could also add a one-liner under docs/README.md so the docs index lists it — optional follow-up.
Approving. Thanks @tasodoufu.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a focused self-host troubleshooting guide for common configuration, schema, RLS, optional Edge Function, and Google OAuth setup issues.
Why
Addresses #23 with concrete symptoms, checks, and fixes so self-hosters can resolve setup problems without exposing credentials or disabling safeguards.
User impact
Self-hosters now have one linked guide from the root README covering blank/configure screens, missing relations, failed writes, optional function failures, and expected Google OAuth configuration errors.
Verification
npm test --if-presentgit diff --checkNo runtime behavior changed. No secrets or personal data were added.
Closes #23