Ricardo 348a183e46 fix: profile links lost on save due to qs body parser key mismatch
express.urlencoded({ extended: true }) uses qs which strips [] from
field names, so link_name[] arrives as request.body.link_name — not
request.body["link_name[]"]. The old lookup always got undefined,
producing an empty attachments array that overwrote existing links.
2026-02-21 15:04:36 +01:00
Description
No description provided
1 MiB
Languages
JavaScript 71.3%
Nunjucks 14.6%
CSS 14.1%