You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are writing to inform you that the plugin-uploader will no longer work after a scheduled system update of kintone in May. You will be unable to deploy your plugin after May 12, 2024.
We have already shipped the fixed version, v9.1.0, which works after the system update. Please ensure that the plugin-uploader in your system is up-to-date.
What to do
Please make sure to update your plugin-uploader to the latest version. You can check the currently installed version by the following:
$ kintone-plugin-uploader --version
You need to update the plugin-uploader if the version is less than v9.1.0. You can update the plugin-uploader to the latest version by following:
$ npm install @kintone/plugin-uploader@latest
or
$ npm install -g @kintone/plugin-uploader@latest
Technical information
Our plugin-uploader uses Puppeteer inside and depends on the DOM structure. The upcoming kintone update has the DOM structure changes on the plugin page. As a result, the older versions of the plugin-uploader will become incompatible and no longer work. The newer versions of plugin-uploader support the DOM structures both before and after the system update.
--
Thank you for your cooperation and understanding,
Best regards,
kintone/js-sdk maintainers
The text was updated successfully, but these errors were encountered:
Dear users,
We are writing to inform you that the plugin-uploader will no longer work after a scheduled system update of kintone in May. You will be unable to deploy your plugin after May 12, 2024.
We have already shipped the fixed version, v9.1.0, which works after the system update. Please ensure that the plugin-uploader in your system is up-to-date.
What to do
Please make sure to update your plugin-uploader to the latest version. You can check the currently installed version by the following:
You need to update the plugin-uploader if the version is less than v9.1.0. You can update the plugin-uploader to the latest version by following:
Technical information
Our plugin-uploader uses Puppeteer inside and depends on the DOM structure. The upcoming kintone update has the DOM structure changes on the plugin page. As a result, the older versions of the plugin-uploader will become incompatible and no longer work. The newer versions of plugin-uploader support the DOM structures both before and after the system update.
--
Thank you for your cooperation and understanding,
Best regards,
kintone/js-sdk maintainers
The text was updated successfully, but these errors were encountered: