@ididsbury does the user you're logging in with have access to the Org Units? You may need to grant the admin user access to it also.
@ididsbury,
You said you upgraded from 2.8 to 2.9. Did you creat your project in 2.8? If so, have you tried creating a new project with 2.9? I think OU were just added in 2.9. If your proejxt was created with 2.8 you'll probably need to add the OU in manually.
@Chrille yes I reported that bug in 2.8.0 and @Alper has added it to their backlog.
@liangshiwei we sent logs to info@abp.io
@liangshiwei, I emailed you the logs a few days ago. Any updates? :)
@liangshiwei,
We can schedule a time for you to access our system remotely. Please let us know when you're avaliable.
Thanks! :)
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
We have three instances of Redis running using different ports. redis-dev(port:6377) redis-test(port:6378), and redis-prod(port:6379). How do you change the Redis port configuration in appsettings?
NOTE: We tried this but it doesn't seem to work.
"Redis": {
"Configuration": "127.0.0.1:####"
@ninomartini,
Have you tried:
dotnet tool install -g volo.abp.suite --version 2.9
Note: You many need to login first.
abp login username -p password