0
tony.chen@sjrb.ca created
- ABP Framework version: v8.3
- UI Type: Angular
- Database System: EF Core (PostgreSQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Steps to reproduce the issue: upgrade to v8.3.0 from v8.2.1
I have these two lines in OnApplicationInitializationAsync function app.UseFileServer(); app.UseConfiguredEndpoints(x => x.MapFallbackToFile("index.html"));
Also, wwwroot default folder in bin folder with all angular files.
It's all working fine before upgrade to v8.3.0. Do we know what's changed in this new 8.3 version? and How to fix this?
I don't see anything special in migration guide.
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
nvm...because of angular 18 new build process. fyi: https://stackoverflow.com/questions/37348045/change-the-dist-folder-path-in-angular-cli-after-ng-build
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)