Base solution for your next web application
Open Closed

IDX10503: Signature validation failed. #11441


User avatar
0
novacon created

ASP.Net Core & Angular in a project with Version="10.1.0" and .Net version is ".Net 5.0".

We specially appear that exception when we run project in debug mode but when we start without debugging mode everything is okey. We don't get this error in latest version. How can we fix that problem?


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

    Hi @novacon

    Is IdentityServer enabled on your appsettings.json file ? If you don't use it, could you disable it ?

    Thanks,

  • User Avatar
    0
    novacon created

    Hi @ismcagdas

    I checked and it's already disabled.

    Do you have any idea? What can we do?

    Thanks,

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @novacon,

    Some of our customers also faced this problem in the past. Most of them was related to expired tokens. Does this happen when you try this on a incognito window of Chrome ?

    By the way, do you know how to reproduce this problem. If you know the specific steps, we can try to reproduce this and solve the problem. I can finally suggest you to upgrade your ABP NuGet packages to 6.6.2 and see if it helps.