Tag
#fix
11 posts
v1.2.20 — Fix: Checkout Redirect URL by Environment
Fixes the post-checkout redirect URL so that it correctly points to the production app URL in production and to localhost during development.
v1.2.17 — Bug Fixes: Yjs Map Name & Wiki Link Detection
Fixes a critical data mapping error in the Yjs provider and improves wiki-link detection to avoid false positives.
v1.2.9a — Fix: Offline Redirect on Note Create/Duplicate
Prevents an incorrect offline redirect when a user creates or duplicates a note while the app is in offline mode.
v1.2.9 — Offline: Disable File Features & RSC Cache Fix
Disables file upload and management features when the app is offline, and fixes a crash when both the network and the RSC cache are unavailable.
v1.2.8a / v1.2.8b — Deployment: Remove Unused Clerk Webhook Secret
Removes the unused Clerk webhook secret variable from the deployment workflow to clean up CI configuration.
v1.2.15 — Fix: Clerk Proxy Domain & SW Reconnect Logic
Fixes the service worker's failure to recognize the Clerk proxy domain as an authenticated origin, and improves the WebSocket reconnection flow after going offline.
v1.2.10a — Fix: POSIX-Compatible BUILD_ID in CI
Fixes a CI shell script incompatibility when extracting the build ID on POSIX-strict environments.
v1.2.6 — Fix: Stop Caching Clerk API Calls
Fixes a bug where the service worker was incorrectly caching Clerk authentication API responses, causing stale auth state.
v1.2.3a / v1.2.4 — Service Worker: Cloudflare Config Exclusion
Excludes Cloudflare-specific configuration files from the service worker precache manifest to prevent caching conflicts.
v1.1.2 — Favicon Compatibility Fix
Replaces SVG favicons with ICO format for broader browser and OS compatibility.