hi
should i create custom tenant resolver or should i create custom login to customize login process ?
Both are ok.
You can switch the tenant by override the Login page.
Or add a new MyTenantResolveContributor, and try to get request info to determine the current tenant.
Thanks,
hi
I see, I will try to reproduce it.
Thanks.
hi
9.3.1 packages will be available within 1-2 days.
https://github.com/abpframework/abp/releases/tag/9.3.1
Thanks.
hi
The logs show your Postgres database has some problem.
Can you check your DB first?
Code is no problem.
Thankls
hi
Please check and share the logs. Liming.Ma@volosoft.com
Thanks.
hi
The default postgres max pool size is 100
You can increase it for your actual case. This is no problem.
Thanks.
hi
The error is Could not allocate space for object 'celleron.AbpAuditLogActions'.'PK_AbpAuditLogActions' in database 'Cellero_CloudServices' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
Please check your database.
Thanks.