Base solution for your next web application
Open Closed

Getting data from cache while fetch records using repository #10463


User avatar
0
SRTMDEV created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version?
    • 8.6.0
  • What is your product type (Angular or MVC)?
    • Angular
  • What is product framework type (.net framework or .net core)?
    • .NET Core

Hello Team, Currently we are facing very strange issue. While we are fetch records using GetAll method of repository, we are getting error "An internal error occured during your request!". On background we are checking the root cause and found that there are few reocrds which are not available in database table but while using GetAll method of repository we are getting those records. Now while trying to fetch records without repository (using dbContext method) it working fine. Our Server and Database on Azure platform. We are facing this in our production so please considure this issue as high priority.

Thanks, JJ


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @SRTMDEV

    Could you share your code which causes this problem (including the entity definition) and full stack trace of the exception ? Repositories directly uses DbContext to query items. I couldn't think of a casue without seeing the code.

  • User Avatar
    0
    SRTMDEV created

    Hello Team,

    There was one function which cause this issue so please close this issue for now.

    Thanks, JJ