Denver Searle
Denver Searle

Reputation: 51

Redis bug when creating separate Identity Server

ABP Framework version: v3.3 User Interface: Angular

Steps needed to reproduce the problem.

  1. Create new abp app via CLI or Website (https://abp.io/get-started) - angular | ef core | separate identity server
  2. Specify the option to create a "Separate Identity Server"
  3. Open the solution file in VS and run the API.Host & Identity Server projects
  4. Check the Log files for both the API and Identity Server (see above stack trace for details)

Upvotes: 1

Views: 796

Answers (1)

Denver Searle
Denver Searle

Reputation: 51

To fix this problem

I had to remove the "Redis" appsettings.json config section in both the API.Host and the Identity Server Project: "Redis": { "Configuration": "127.0.0.1" },

Once I removed that the solution then worked fine.

Closing: Thanks once again for an AMAZING framework ;)

Upvotes: 2

Related Questions