Everything working as expected. Thanks!
Thanks! This seems to solve all issues, we will test more and give the final feedback tomorrow.
I tried set Domain = null and set tenant prefix in RemoteServices and Authority, same problem.
Hi, this is related with our previous question, about WebAssembly login with tenant resolution: https://abp.io/support/questions/9431/Blazor-WebApp-login-issues-with-tenant-resolution-and-Wasm
After the solution, we put in staging and noticed that when is logged in a tenant, all tenants (and host) are also logged too. This happens only with WebAssembly. We tried different cookie options and also setting the tenant prefix in the RemoteServices like this, without success.
Sample solution: DELETED
Logged in one tenant. The other are authenticated too.

Thanks in advance.
Working, thanks.
Hello, The Blazor WebApp template isn't working with tenant resolution and WebAssembly. My problem seems very like this one, but I'm not using tiered. None of the suggestions worked. https://github.com/abpframework/abp/issues/19965
Hi, that solves, thanks!
Hi, thanks for the responde, but we still are getting the same error. The BlazorProjectDirectory was already set in appsettings.json in our attachment and I double check in local env. Can you confirm that this is the right name? There is also the BlazorWebAppProjectDirectory. We are using the Blazor WebApp (that contains .Blazor and .Blazor.Client project). We have tried different combinations in both paths (with .Client and without .Client) , always restarting suite after, but without success. Maybe you can post the appsettings.json and we cloud do a diff compare. Thanks.
Hi, we didn't move. This happen with all projects with 8.2, even new ones. I have attached a simple demo create with suite with the problem. Also the current appsettings.json. All the paths in json seems ok.
https://www.dropbox.com/t/VcOff3kr1dCVp41X
Hello, After we updated to Abp 8.2 (and migrated to Blazor WebApp) any solution is getting the error Cannot find the directory. This error seems to be related only with Blazor WebApp. Any new solution shows the same error.
2024-08-12 15:23:03.236 -03:00 [WRN] Cannot find the directory Volo.Abp.UserFriendlyException: Cannot find the directory at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Services.SuiteAssemblyService.hJD6zcs8Vu(String ) at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Services.SuiteAssemblyService.rdx6U06fb7(Solution , String& ) at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Services.SuiteAssemblyService.Sxd6kPKM08(Solution , String& ) at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Services.SuiteAssemblyService.AssemblyExists(Solution solution) at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Services.SolutionService.IsSolutionBuiltAsync(Guid solutionId) at Volo.Abp.Suite.Controllers.AbpSuiteController.IsSolutionBuiltAsync(Guid solutionId) at lambda_method1995(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.
The error cloud be by missing Templates, because in solutions with previews versions the templates tab open correctly.
We have last version of all tools (cli, sutie and studio). We also reinstall all of them.
