1.4.4aStashSync.app team1 min read

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.

Fixed

  • OG image runtime: the generated OG image route now runs on the app worker rather than the edge runtime, ensuring it has access to the same environment and bindings as the rest of the application.
  • Profile redirect caching: subdomain-to-profile redirects changed from 301 Moved Permanently to 307 Temporary Redirect. This prevents browsers from permanently caching the redirect target, which could cause stale redirects to persist after a username or URL structure change.