Hi, kintone
We use kintone restful API in our product.
But from 2025/2/21 10:00:00 UTC+0, some restful API's http status code is 200, but the result can't parsed success with JSON.parse method in node JS.
The code run successfully for several years.
This issue only occurs at xxx.kintone.com domain, it doesn't occur at xxx .cybozu.com domain.
This issue occurs random, it is hard for me to reproduce it.
This issue occurs at the following API:
/k/v1/records
/k/v1/app/status
/k/v1/app/form/layout
/k/v1/space
So did xxx.kintone.com domain have any update before 025/2/21 10:00:00 UTC+0?
From what I know, the latest Kintone update was on February 9th, 2025, as listed on their product updates page. I haven’t heard of anyone else experiencing issues with the API itself due to this update.
If your script was affected, it’s possible that the issue stems from regression related to DOM manipulations or URL usage. You might find it helpful to review this page: How to Avoid Regressions.
If you need further assistance, it would be helpful if you could share your script that’s encountering the issue.
Hello, @Chris
This issue seems disappear after 2025/2/26 0:00 UTC+0, we will enhance our log, if I met again, we will contact with your.
Thank you very much.