hi
What result of your application /Abp/ServiceProxyScript endpoint?
hi
In fact, there were similar problems before, The sqlite does not support nested transactions.
This is mainly the limitation of sqlite, which does not support transactions in transactions.
hi
Please override the DownloadAsync method of FileDescriptorAppService.
[AllowAnonymous]
public virtual async Task<IRemoteStreamContent> DownloadAsync(Guid id, string token)
{
var downloadToken = await DownloadTokenCache.GetAsync(token);
if (downloadToken == null || downloadToken.FileDescriptorId != id)
{
throw new AbpAuthorizationException("Invalid download token: " + token);
}
FileDescriptor fileDescriptor;
using (DataFilter.Disable<IMultiTenant>())
{
fileDescriptor = await FileDescriptorRepository.GetAsync(id);
}
var stream = await BlobContainer.GetAsync(id.ToString());
return new RemoteStreamContent(stream, fileDescriptor?.Name);
}
hi
I will share a solution asap.
The authentication demand was rejected because the token had no valid audience.
We will add the above code in the template, you can ignore it.
You can explain your details in Turkish before this
hi @firatm
You can explain the design of your microservice solution in the Turkish language.
Please explain in detail the dependencies of your solution.
@gterdem will reply to you.
hi
Please check the window.testproject object