It seems your username is Anthony_Albutt
, which is registered as developer to the organization (Numeric Design (PTY) LTD). If you are using the username Tony_Albutt
, it can't work. Tony_Albutt
is the owner of the organization, but not registered as a developer. Do you know the password of your account Anthony_Albutt
. You can also change this on the organization management page: https://abp.io/my-organizations
Can you try to log out and log in again with ABP CLI? Your account seems normal and yes, it will finish at the end of November.
abp logout
abp login
Hi, Probably your application was running while you're trying to build the application. Can you check that please. Restarting your computer may also help in case of some application locked your project files.
Hi, ABP's distributed cache abstraction (IDistributedCache) extends ASP.NET Core's distributed cache API. Both of these APIs doesn't provide any functionality to search cache items with a prefix. You can directly use Redis client library to use full API of Redis (it is already installed indirectly in your application, just check their document).
Answered via email.
Thanks for deleting the repository. Best regards.
Hi again,
Can you please delete your repository from GitHub ( https://github.com/kkeld/Nova ). Because this is an ABP Commercial solution and it is illegal to share it with anyone else, especially with public community.
I am glad that you have made it working in your side. I also see there is a misunderstanding. My first paragraph was a general response to customers who are asking us to help for implementing their own business or non-business application requirements. For such cases, we can just try to lead with a few sentences, as I did in the remaining part of my response for your question.
Since we could not get anything new for this question, would you consider amending our question token back?
No, unfortunutaly. It would be only possible if you could give back my time to try to understand your question and write my answer. Even if our answer doesn't include a directly useful information for you, it gets our time and it is a part of regular support process. We give the question token back only if there is a bug in ABP and your project doesn't work because of that bug. In this case, to be fair, we give your question token back, since we see it is our fault.
@nirmaldeol are you upgrading your 6.x solution to v7.0, or creating a new microservice solution from scratch with the version 7.0? For new solutions with 7.0, it is already pre-configured.
Please write to support@abp.io
Hi @andmattia,
The first App use a login embedded on Angular when I click in a link that redirect to App2 I land on home but I'm not already logged in. I click the login button but I need to re enter my credentials.
It is normal that App2 is not logged in. But it should be automatically login when you click the Login button, without asking credentials again - because the authentication application is already logged in (check this please, it should remain logged in after app1's login).
When I consider your all comments, I suspect that the app2 can not resolve the current tenant. Especially, the audit log case shows it. When you login with app2 (through the auth server), can it login with tenant? You can see on the top left of the page (it should show the tenan'ts name near to the user's name), or you can check the ABP's application configuration api endpoint result (in angular app's developer tools - the network tab) to see if the current user and tenant are true.
It is probable that there is some problem with configurations or other setup. Especially, you should double-check everything with multi-tenant with subdomain scenario. It is hard to fully prepare a test environment as yours in our side. If your system is live, you may create a user for us to test it.