zachhongcy

Results 6 comments of zachhongcy

Hi @maliming I have not changed the configuration of my App Service so it should be using the default `site/wwwroot` as the root folder. Edit: This is the content root...

Can `abp install-libs` command installs the required libs files to the correct folder? I did some testing Login page locally vs on App Service. It seems that the bundle files...

This is my Azure App Service content root path: ``` 2024-01-27 10:16:09.033 +00:00 [INF] Initialized all ABP modules. 2024-01-27 10:16:10.181 +00:00 [INF] Now listening on: http://[::]:8080 2024-01-27 10:16:10.182 +00:00 [INF]...

@maliming Sorry for the late reply as I was sidetracked by other stuffs. I am able to see ABP's login page after deploying to the root content folder instead of...

Hi @Sinan997 please find the minimal reproduceable code in this project: https://github.com/zachhongcy/Acme.BookStore I tested it again and the issue still persists with ABP v8.1.3. I have a simple BookAppService that...