It is important to us so generated code runs flawlessly without the need to adjust and fix. Thank you for the feedback and taking care.
The content and history of the repo shall be explanatory and detailed enough.
Yes, this change makes the code work as expected.
I would kindly recommend implementing and running automates e2e tests of abp cli (and more) to prevent similar problems. It would boost the quality of your product!
Kind regards and thank you.
Thank you for the information.
The initial report was:
Expected: book page (for example https://localhost:44392/Books) to have a working "New book" button
Observed: "New book" button did not work
Did the button work in your docker Linux environment ?
I've been also in technical support and of course software development for a while.
I know that reproducing a problem is sometimes not easy. Right for this reason I provided a .devcontainer folder in the github repo.
Have you used it successfully? Did the devcontainer start and reproduce the problem? Have files under Pages/Books show up on your devcontainer?
I feel the devcontainer is a nearly 100% chance to reproduce, after which, the problem might speak for itself. I feel we made our fair share of effort.
If the above devcontainer procedure leads to no result, I am ok to close this ticket.
The source code actually builds and runs.
To me quality matters. Even such inaccuracies tell about the quality of a product or service.
"If you prefer to regenerate:
Update ABP CLI to the latest version:
dotnet tool update Volo.Abp.Cli -g
Recreate the solution with the same parameters you used. The latest templates are expected to generate correctly named files."
Updated abp cli today, so the latest version has the problem.
Could not find the bundle file '/Pages/Books/Index.js' for the bundle 'Pages.Books.Index'
Linux 15f581c1ee49 6.12.57+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.57-1 (2025-11-05) x86_64 GNU/Linux
See the .devcontainer folder in the repo for a safe reproduction of the problem
use the mvc_no_saas project to reproduce the problem use the devcontainer as the problem may be related to Linux only
Please also modify gitignore in "abp new" not to publish api key.
See https://github.com/magentuseu/abp-tests ready and reproducing the problem.