Shortcode error

@dimsa

The code you posted…

{{< blocks/products/pf/main-wrap-class isAutogenPage="true">}}

… does not throw an error

@jmooring
when this row is removed

{{< blocks/products/pf/main-wrap-class isAutogenPage="true">}}

Then I have error on the following row:
{{< blocks/products/pf/main-container pfName=" Aspose.PSD" subTitlepfName=" لجافا" >}}

After the removing of the row above I get error on this:

    {{< blocks/products/pf/agp/about-file-section >}}
   ...
    {{< /blocks/products/pf/agp/about-file-section >}}

We use multi-lingual configuration. If I remove this locale, I’ll get the same errors in the next (in alphabetic order) locale.

version 102.2 didn’t help too.

Please share a link to the public repository for your project.

See https://discourse.gohugo.io/t/requesting-help/9132.

Let us see your code

Include a link to the source code repository of your project, because we really need the context of seeing your templates and partials to be able to help you. It is trivial to do a quick git clone on your repo, then run hugo server in your project, to help you out. On the other hand, recreating your code from screenshots, or sort of guessing at it, is not.

If you can’t share your repository for whatever reason, consider creating a dummy repo that you can share, which reproduces the problem you’re experiencing.

Unfortunately, I can’t send the code with the theme, because this repository is private.

But, I can send our public repo that uses this theme.

Here is the page about which I wrote before: Aspose.PSD-Products/_index.md at main · aspose-psd/Aspose.PSD-Products · GitHub

It’s possible, that the issue is only in PSD repository, because one another product update compiles fine. But this issue appeared with 102.1 (Maybe a little earlier).

Product that was compiled fine 16h ago: GitHub - aspose-svg/Aspose.SVG-Products

In order to fix the problem we need to be able to reproduce the problem.

My issue is fixed with Release v0.102.3 · gohugoio/hugo · GitHub.

It looks like Hugo shows the place of error incorrectly.

Thanks.