hi
Can you try to upgrade to 5.2?
https://support.abp.io/QA/Questions/2767#answer-be6c3ca7-10e4-8b65-d89e-3a0310d3cb33
If a module is using virtual files, ReplaceEmbeddedByPhysical can be used.
If the files in this module do not change frequently, you can ignore it.
The physical-file-provider will get file changes in real time.
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/file-providers?view=aspnetcore-6.0#physical-file-provider
hi
The files are saved in the AbpBlobStoringBlobs table.
https://docs.abp.io/en/abp/latest/Blob-Storing https://docs.abp.io/en/commercial/latest/modules/file-management
hi
var cts = new CancellationTokenSource();
session = await _sessionRepository.GetAsync(Guid.Parse(sessionId), cancellationToken: cts.Token);
Glad to hear this
What problem/error are you having now?
There is no problem with multi-tenant design, you can try it.
I sent you a working project.