Activities of "maliming"

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

hi

I can't run the project you shared, and it's not a complete project, can you think of a way to reproduce the problem in a template project?

I think it might be a problem with module dependencies

Showing 7541 to 7550 of 11554 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.