v1.4.4a — OG Image & Redirect Fixes
Fixes the OG image to point at the app worker instead of an edge runtime, and changes profile subdomain redirects from 301 to 307 to prevent browsers caching stale redirect targets.
Tag
16 posts
Fixes the OG image to point at the app worker instead of an edge runtime, and changes profile subdomain redirects from 301 to 307 to prevent browsers caching stale redirect targets.
Fixes the middleware profile rewrite to skip reserved subdomains, preventing app routes from being incorrectly treated as user profile pages.
Prevents an ERR_FAILED error when the browser's Cache API is unavailable in offline contexts.
Prevents a Clerk JS error that could occur when navigating to the app root while the device is offline.
Fixes the post-checkout redirect URL so that it correctly points to the production app URL in production and to localhost during development.
Fixes a critical data mapping error in the Yjs provider and improves wiki-link detection to avoid false positives.
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.
Prevents an incorrect offline redirect when a user creates or duplicates a note while the app is in offline mode.
Removes the unused Clerk webhook secret variable from the deployment workflow to clean up CI configuration.
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.
Fixes a CI shell script incompatibility when extracting the build ID on POSIX-strict environments.
Fixes a bug where the service worker was incorrectly caching Clerk authentication API responses, causing stale auth state.
Excludes Cloudflare-specific configuration files from the service worker precache manifest to prevent caching conflicts.
Replaces SVG favicons with ICO format for broader browser and OS compatibility.