Huy Tran

Results 5 comments of Huy Tran

Yes, I did, the ABP01.AuthServer project worked, only ABP01.Blazor had that issue.

The package.json content after modified: ![image](https://user-images.githubusercontent.com/2102905/187642904-26a0abe3-3d6c-4daf-bd06-fdf857e27764.png) The result is the same. ![image](https://user-images.githubusercontent.com/2102905/187643102-47f0d31c-be65-4d2e-b10f-2a4ea335b649.png) Only the AuthServer worked. ![image](https://user-images.githubusercontent.com/2102905/187643251-a0e495d9-3b95-4649-a4c3-fbc1ddf7eb93.png) ![image](https://user-images.githubusercontent.com/2102905/187643314-06fac29d-1b85-4624-a587-e1231a69d9ef.png)

I got the same issue with new project created by the latest CLI version 8.3.3 ![image](https://github.com/user-attachments/assets/caa1e51a-713e-44b5-a14b-6c0e66f6445c) ![image](https://github.com/user-attachments/assets/4aea6ba3-8425-4ec7-8e09-43532f9aa46c)

> hi all > > Make sure the `cshtml` page first line is `@page` > > https://github.com/abpframework/abp/blob/4564c1ec677cac60887a95378370ec8b32715bdf/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/Pages/Index.cshtml#L1 Edited, and it worked as expected.