Base solution for your next web application
Open Closed

No notification is given after clicking on the "Download collected data" #10438


User avatar
0
hafiz created

After clicking on the "Download collected data", it gives the following message but later nothing happens and no notification is provided.

What could be the reason?


12 Answer(s)
  • User Avatar
    0
    musa.demir created

    Hi @hafiz It creates a background job to collect and prepare the data. After progress is completed it should create notification about it.

    Can you please check if there are any error in logs.txt. And can you also please check if your background job works. Here is where background job is created: https://github.com/aspnetzero/aspnet-zero-core/blob/5e9ca60d4f3710f3cbe40340362ed542d7ebcaf4/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Application/Authorization/Users/Profile/ProfileAppService.cs#L151. And where notification is created: https://github.com/aspnetzero/aspnet-zero-core/blob/5e9ca60d4f3710f3cbe40340362ed542d7ebcaf4/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Application/Gdpr/UserCollectedDataPrepareJob.cs#L84

  • User Avatar
    0
    hafiz created

    Hi @musa.demir

    Thanks for the response. I debugged it and see that the backbround job is working and has not error but the notification is never fired.

    Meanwhile, I don't have access to the github listed above

    Hafiz

  • User Avatar
    0
    musa.demir created

    Hi @hafiz Check that to get access to github https://support.aspnetzero.com/QA/Questions/9580/How-to-access-the-ASPNET-Zero-private-GitHub-repository

  • User Avatar
    0
    hafiz created

    Thank you I could access it but the notification is still not working Thank you

  • User Avatar
    0
    hafiz created

    The problem still exist and it is not resolved. Please help me with this. Thank you

  • User Avatar
    0
    musa.demir created

    Hi @hafiz

    Did you check if your background jobs works?

  • User Avatar
    0
    hafiz created

    Hi @musa.demir

    Yes I checked and it has no error but it does not give any notification if any data will be downloable or not. Does it need to be in production or it works in development environment as well?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @hafiz

    Could you share your ABP NuGet package version ? There was a similar problem with ABP 6.3. If you are using ABP 6.3, could you upgrade to ABP 6.3.1 and try again ?

    Thanks,

  • User Avatar
    0
    hafiz created

    I am using version 10.3.0

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @hafiz

    That is the version of AspNet Zero. You can open NuGet package manager and check the installed ABP NuGet package version. Upgrading it to 6.3.1 will fix your problem.

  • User Avatar
    0
    hafiz created

    It is

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @hafiz

    Please upgrade all Abp.* packages to 6.3.1 or higher and it will solve the problem.

    Thanks,