Closed tochi-y closed 3 years ago
This http call responsed as following.
status: 401 body:
{
error: "invalid_client"
error_description: "[PR401-AN-0020] - Client mismatch for refresh token. [https://app-personium-calendar.appdev.personium.io/]"
}
This error response happned in the next line.
The host url became "undefinedOData/vevent" and it was invalid.
This issue occurs by specification changes of core v1.7.18. grant_type=refresh_token with cross-domain became prohibited. To run this app with v1.7.18 update is necessary.
Related to #44
Summary
getPCalendarSchedule.js failed with 500 status code.
personium-core: v1.7.20-SNAPSHOT personium-engine: v1.5.25
Request
POST https://app-timefiller.appdev.personium.io/__/html/Engine/getPCalendarSchedule Authorization: Bearer AR~xJZJ**DXNw
Response
Status Code: 500 Body:
Detailed log
Error: engine.log in v1.5.25
Normal: engine.log in v1.5.23