0
mukremin created
Hi All; I have created new proect in tiered application with public web including CMS. I have succesffully migrate database and update it. But when I try to run the project it is not working but jjust keep me waiting. I have set Api.Host project and Web project as startup projject and it is not working. I have also tried other options as startup project but unfortunately result is the same.
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v5.1.4
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
2 Answer(s)
-
0
Probably Redis is not running and Redis is a pre-requirement for tiered (separate identity-server) solutions.
You can check Why and when we must use (install) redis ?
-
0
Hi @gterdem; I have installed redis and sorted wth thanks.