Hi,
I'd like to check it remotely, can we have a meeting? shiwei.liang@volosoft.com
Yes we can I sent you invitation on google meet
abp-application-layout
Hi.
the body does not have abp-application-layout
.
My theme leptonX
7.0.0-rc2.4
thanks it's works well.
Could you check on chat module please, it does not work real-time.
I just installed the chat module using abp suite and it works
But it is not real-time when I send a message from one browser to a user who is logged in on the other browser it doesn't receive a message
I have to reload the page to see the message is this how it is supposed to work ??
I didn't use Tieredproject
The project already enabled the multi-tenant feature.
if (MultiTenancyConsts.IsEnabled) { app.UseMultiTenancy(); }
Okay I know, but how I can distinguish between tenants for the anonymous users without login
hi
Did you use the
Tiered
project? Please check theappsettings.json
ofweb.public
if so, the
web.public
will get data fromapi
, which means you don't need to enable themulti-tenant
feature.
hi
I didn't use Tiered
project
hi
What is the purpose of using it?
I have multi-tenant and I want to display only data for every tenant in public site
You can consider passing services or
IServiceProvider
to static method.
This method deep nested , I need to pass IServiceProvider to all methods !.
I need efficient way more than this