Every route serves one canonical
The builder emits a single canonical tag pointing at the homepage, so every page on the site tells Google it is a duplicate of the homepage. I have watched a full marketing site get indexed as one URL because of this. Rebuilding the site does not fix it, because search engines are obeying the tag, not the code.
<link rel="canonical" href="https://yoursite.com/" />



