- ABP Framework version: v8.1.3
- UI Type: MVC
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): no
When I create a brand new project and I add a module using abp suite I cannot access the web pages in the module. Whenever I go to the admin section and try to navigate to the Index page generated by abp suite I get a 404 error. I have tried lots of variations on the URL and also tried to add a special URL using the page directive in the index page. It also doesn't find the sample Index page that is added when you first create a module.
Has something changed in order to configure routes for web pages in modules? It always worked ok previously. My module is called Codes. I have tried https://localhost:44347/Codes/Codes https://localhost:44347/Codes/ I have tried putting in a specifi URL in the page directive and that is also not working.
I have set the permissions for the admin role to be able to perform CRUD.
1 Answer(s)
-
0
Don't worry! It's affecting all pages now and not just ones in abp projects so I think it is a problem with my visual studio or IIS being corrupted somehow