Common Issues¶
Quick solutions to frequently encountered problems.
Sync Problems¶
Notes Not Appearing on Other Devices¶
- Check your internet connection
- Open the Account HUD and verify you're signed in
- Pull down to refresh the note list
- Check that sync isn't paused in Settings
Changes Not Saving¶
- Ensure you're online (offline mode has limitations)
- Check if you've hit your storage limit in the Account HUD
- Try closing and reopening the note
- Refresh the browser or restart the app
:::info Notes show a small sync indicator when saving. If you see a spinning icon for more than 30 seconds, there may be a connection issue. :::
Storage and Limits¶
Storage Limit Reached¶
When you see an amber indicator in the Account HUD:
- Open the Account HUD (your avatar or storage display)
- Review which notes use the most space
- Archive notes you don't need active
- Consider upgrading to Pro for more storage
:::warning Your data is never deleted automatically. You control what gets archived. :::
Understanding Storage Display¶
- Green: Under 80% capacity
- Amber: 80-99% capacity (still functional, just means you may want to archive)
- Red: Only shown for true errors, not for reaching documented limits
Login Issues¶
Can't Sign In¶
- Verify your email address is correct
- Check if you used social login (Google/GitHub) instead of password
- Try the "Forgot Password" flow
- Clear browser cache and cookies, then try again
Two-Factor Authentication Problems¶
- Code not working: Check your device's time is accurate
- Lost authenticator: Use a backup code
- No backup codes: Contact support
Session Expiring¶
If you find yourself signed out frequently:
- Check that cookies aren't being cleared by your browser
- Ensure "Remember Me" is selected on sign in
- Check for browser extensions blocking cookies
Performance Issues¶
Slow Loading¶
- Close unused browser tabs
- Disable unused extensions
- Try the desktop app instead of browser
- Check your internet speed
High Memory Usage¶
- Limit the number of open notes
- Close browser tabs with Glassy open
- Restart the app periodically
Data Recovery¶
Accidentally Deleted a Note¶
- Check the Archive (Notes → Archived)
- Look in Trash (notes stay for 30 days)
- Contact support if the note isn't in either
How to Restore from Archive¶
- Go to your Notes list
- Find Archive in the sidebar
- Locate the note you want to restore
- Select it and choose Restore
Capture & Extension Issues¶
My capture didn't save¶
Use this decision tree to diagnose a missing capture:
- Is there a badge number on the extension icon?
- Yes → your capture is in the offline queue. Wait 60 seconds for an auto-flush, or check Settings → Debug → Offline Queue to see the error.
-
No → proceed to step 2.
-
Does the popup show a "Success" toast?
- Yes → the capture was accepted; search Glassy for the title or URL.
-
No → check the browser console for
CONTENT_SCRIPT_ERRORmessages (right-click extension icon → Inspect background service worker). -
Is the page a PDF, browser-internal page (e.g.
chrome://,about:), or a page with strict CSP? -
Yes →
extractor.jscannot run on these. The capture will still proceed with URL and title, but the body will be empty. This is expected. -
Is the configured server URL correct?
-
Open Settings → Server URL and verify it matches your Glassy instance (e.g.
https://app.glassy.fyi). -
Still missing? Check server logs:
A500here means the server accepted the request but encountered a DB error. Contact support with the log snippet.
Screenshot is broken or not embedded¶
Screenshots are uploaded as WebP to POST /api/ext/capture-image on your Glassy server. If the upload fails:
- The capture text (title, URL, Markdown body) is still saved.
- The screenshot embed will be absent from the capture.
- The upload error is logged in the extension's service worker console.
Common causes and fixes:
| Symptom | Likely cause | Fix |
|---|---|---|
 in capture |
Server was offline at capture time | Re-capture when server is reachable |
| No screenshot section at all | Smart capture wasn't expanded | Tap ⚙ Smart capture to expand, then use the Screenshot button |
| Upload succeeds but image shows blank | Browser screenshot permission denied | Check activeTab and tabs permissions in chrome://extensions |
| Image URL points to wrong server | Wrong server URL in Settings | Update Settings → Server URL to your correct instance |
Content script error badge¶
If the extension icon shows a small error indicator after a capture:
- Open the extension popup — the error message is shown inline.
- Common errors:
- "Cannot access page" — restricted URL (PDF,
chrome://pages, extension pages) - "Readability parse failed" — the page had no detectable content body (login page, SPA loading state). Tags and URL are still captured.
- "Server unreachable" — capture is queued offline; see Offline Behavior.
Getting More Help¶
If these solutions don't resolve your issue:
- Search the FAQ for specific topics (coming soon — see docs.glassy.fyi)
- Check the System Status for outages
- Contact support through the Help Center