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.
Used abp cli to create mvc app including Books sample code.
Expected: book page (for example https://localhost:44392/Books) to have a working "New book" button
Observed: "New book" button did not work
Note: may work on Windows but not on Linux
To reproduce see:
https://github.com/magentuseu/abp-tests
Using "--no-multi-tenancy" worked as expected.
I feel having "abp help new" echo this option may be an added value.
The "-no-saas" arg has been used. Still, SaaS assemblies and tables were present.
Used abp cli to create mvc app with SaaS turned off.
Expected: SaaS and Multi-tenant turned off
Observed: SaaS tables were present in the database, Multi-tenant feature was turned on
To reproduce see:
https://github.com/magentuseu/abp-tests