Back to changelog
Reliable browser base URL resolution in Pro Drizzle
Browser-side URL generation now falls back to the current origin when an explicit application URL is unavailable.
FixedTestingPro Drizzle
Pro Drizzle now resolves the application base URL from the browser origin when an explicit application URL is not available.
This prevents client-side links and redirects from depending on a server-only environment value. Unit coverage was added for configured URLs, browser origins and the local development fallback.