1.2.20StashSync.app team1 min read

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.

Fixed

  • The redirect URL passed to the LemonSqueezy checkout was hardcoded and pointed to the wrong origin in certain environments. It now dynamically resolves to the correct base URL based on the current environment (production vs. development).