0
in4tek.abp created
- ABP Framework version: v7.4
- UI Type: Angular /
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace:
- Good Morning,
- i created one solution and now i have deploied on in the production server; when i launch the Angular project, i get this error:
- Uncaught TypeError: Cannot set properties of undefined (setting 'ɵfac')
- I'm doing the same steps in the previous project; can you help me?
- Thanks
3 Answer(s)
-
0
Hi,
Have look at a similar issue https://support.abp.io/QA/Questions/5945/Exception-in-browser-at-initial-pageload-of-a-deployed-production-build
Please let me know if it helps you.
Thanks, Anjali
-
-1
Hi Anjali_Musmade, i solved the problem with add
"optimization": false,
, and modifiy this part:maximumWarning": "5mb",
maximumError": "8mb"
Thank you so much!
-
0
Hi,
Closing the ticket as your issue gets resolved
Thanks.