0

Please or Register to create posts and topics.

Quickapp Pro azure problem

Hi,

I deployed quickapp.pro unchanged to azure from visual studio 2017. It works but when I go to the users and roles as admin the data is not displayed. Azure gives me the following detail error:

2018-03-20 17:00:04.764 +00:00 [Error] IdentityServer4.Validation.TokenValidator: Invalid refresh token
2018-03-20 17:00:04.765 +00:00 [Error] IdentityServer4.Validation.TokenRequestValidator: Refresh token validation failed. aborting.
2018-03-20 17:00:04.995 +00:00 [Error] IdentityServer4.Validation.TokenRequestValidator: {
"ClientId": "quickapp_spa",
"GrantType": "refresh_token",
"Raw": {
"refresh_token": "1073559be4ca8dacd5fffb1089d333b7906c5b42177ccdde890ca81cc1db36d5",
"client_id": "quickapp_spa",
"grant_type": "refresh_token"
}
}

pvanroos has reacted to this post.
pvanroos