-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getPCalendarSchedule failed with 500 status code. #41
Comments
app-timefiller/src/html/Engine/getPCalendarSchedule.js Lines 26 to 28 in a7a7195
This http call responsed as following. status: 401 {
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 |
Cross cells refresh_token grand type is no longer allowed. Therefore, app-timefiller has to get the token properly. () Fix personium#41.
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
The text was updated successfully, but these errors were encountered: