we cannot help you if you don't cooperate with us for your problem.
In this post, he's showing that he can successfully use DateOnly?
you can hide it visually by adding the following CSS
#IdleSessionTimeoutTab-tab {
display: none;
}
global-styles.css in the wwwroot folder. styles.scss in the angular/src folder.normally there's a restriction to create new project based on v7,v6,v5... because they're not maintained anymore and we only support 2 last stable versions. but we understand your requirements and we have made an improvement on our nuget server. you will be able create v6.0.2 project. now this feature is on test, we'll notify you once it's live.
Actually, this doesn't seem to be related directly to ABP. It looks like something related to your DB setup. Consider your recent changes on your PostgreSQL server (new extension installation, updating to another version). Also, you might have shut down your DB server unexpectedly, therefore the DB is trying to recover the temp data and cannot process any new DB attempts...
write the exception trace here, I'll guess what the problem is
Do you need multi-tenancy? https://abp.io/community/articles/do-you-really-need-multitenancy-hpwn44r3
is this happening on your project or on abp.io ?
If you are required to run the project in a Development environment or build your project in Debug mode, copy your local ABP token file to the following directory in your Docker container.
for Windows:
%UserProfile%\.abp\cli\access-token.bin
for Linux:
/home/user/.abp/cli/
@Shloklabs, as I see you also contacted via e-mail. I'm closing this ticket as we can continue on the e-mail channel.
Let's say you have an e-commerce website. And you have customers (tenants) in this CRM like Nike and Adidas. You want that the customer Nike will have max 100 users and Adidas will have 200 users, right? this is where the new user is being created => https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Application/Volo/Abp/Identity/IdentityUserAppService.cs#L77