Open Closed

We have the same problem, the microservice project menu permission cannot be obtained #5038


User avatar
0
wnumwwfpps created

ABP Framework version: v6.0& v.7.0

UI type: Mvc

DB provider: EF Core

Tiered (MVC) or Identity Server Separated (Angular): Both

Exception message and stack trace:

Steps to reproduce the issue:" Same as this issue https://support.abp.io/QA/Questions/4871/The-ABP-microservice-project-menu-permission-cannot-be-obtained


4 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Does this answer can solve your problem?

    https://support.abp.io/QA/Questions/4871/The-ABP-microservice-project-menu-permission-cannot-be-obtained#answer-3a0a8c28-f2e1-8a09-44f0-dc97396223e9

  • User Avatar
    0
    wnumwwfpps created

    First of all, MVC does not have an ICurrentApplicationConfigurationCacheResetService interface and its related implementation classes. However, I noticed that the implementation of ResetAsync in Blazor primarily sends a local event CurrentApplicationConfigurationCacheResetEventData. We are currently experimenting with this, but we are unable to replicate the issue accurately. The problem appears to vary based on the user's cache time, and it is preventing our users from using the system. This is a significant issue that needs to be addressed urgently.

  • User Avatar
    0
    wnumwwfpps created

    When the user login cookie is still valid, clearing the User Application Configuration cache cannot solve this problem.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Try the CheckTokenExpiration extension method for your Cookies authentication.

    https://github.com/abpframework/abp/pull/16504

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11