Troubleshooting guide - Stack icon is gray, Relay is not tracking updates
If your stack icon is gray, Relay cannot track changes properly. This means your edits won’t sync to collaborators and you won’t receive their updates.If you continue editing while the stack icon is gray, you’ll likely see merge conflicts when Relay reconnects because it will detect mismatches between your editor and the local database.
The stack icon shows whether Relay is successfully tracking changes to the current note as CRDT updates. When it’s gray, something has gone wrong with the local change tracking system.Relay works by keeping three things in sync:
The content in your Obsidian editor
The content stored on your hard disk
The content in your local CRDT update database
When these fall out of sync, the stack icon turns gray to alert you.
If you’re using other sync services (Obsidian Sync, iCloud, Dropbox, etc.), make sure they’re not syncing the same folders as Relay. This can cause file conflicts that break tracking.See our guide on Using Relay with other sync services for setup instructions.
Some plugins can interfere with Relay’s tracking.This includes plugins that have a special view, like Kanban, and plugins (or custom functions) that update note content automatically — such as if you have a plugin that updates frontmatter with the note’s last updated date.