mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 18:44:05 +02:00
A configured frontendUrl/server_url already includes the subpath (e.g. /bpp), but the code also applied withBasePath, producing /bpp/bpp/... Append the route directly to a configured URL; reserve withBasePath for the bare-origin fallback. Matches the ShareFileModal convention.