hi
A customer can register to the system by itself or can be added by the administrator.
Let's say these customers as X customer
our customer can create their own custome
Let's say these customers as Y customer
You can create a tenant for each X customer
Then your X customer will be the tenant admin user. They can create new customers under a new tenant. Also, new customers(Y) can be registered under the new tenant.
Your host admin can manage the tenants(aka X customer)
Your tenant admin(aka X customer ) can manage all Y customers.
Thanks.
The source code download function for the LeptonX theme has been fixed. Please try again, It works for both SUITE and CLI.
Thanks.
hi
Does the HastaneAraAsync method use a token to request the API?
Can you write the token to the logs?
I think it has expired. How did you obtain the token?
Thanks
hi
You can add the Hangfire module to the WEB/API.Host modules instead of the Domain module.
Thanks.
hi
Can you test your case in a new Blazor WASM project and share it?
liming.ma@volosoft.com
Thanks.
hi
The error occur at _randevuWS.HastaneAraAsync(hastaneAraIstek);
Please share the HastaneAraAsync method code.
Thanks.
You're welcome. : )
hi
This doesn't seem related to multi-tenancy. Are your customers isolated as tenants?
Can you share more details about your case?
Thanks.
hi
I debug with the default profile, and the hot reload also works.
"AbpSolution2.Blazor": {
"commandName": "Project",
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:44329",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
I'll try to use your suggestion but not working.
Update the component(razor) file, but it is not updated on the browser, right?
how can I use Blazor.Client as if it were a real Blazor WASM application?
The new Blazor template cannot fall back to Blazor WASM mode.
I need to use also debug with "Edit and continue" option on razor.cs files.
It also support that. sthist case.
Can you share a project that reproduces the hot reload not working problem?
Thanks