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
I created my own deployment tool in a project that is more general than Kintone CLI.
As a mechanism for deployment tools, you need to upload and update customized JS and CSS files.
The file upload itself works fine, but in rare cases it may not be possible to update the customization settings.
The cause is unknown, but when I look at the Kintone app settings in my browser, I keep getting the message "Preparing for processing". This is obviously not normal, but it will resolve in a few minutes.
Perhaps because of this effect, updateCustomizeSetting () does not return the resulting revision.
I noticed this and implemented error handling when nothing was returned, so it's okay right away.
I don't know how to reproduce the problem of not being able to update, so I'll leave it for a while, but I think it's hard to notice that it can't be updated with the current implementation.
At least I think it's better to raise an exception or return an error status than to return nothing, but what about?
I was thinking of creating a bug report, but I will post it here for the time being.
Also, since I am Japanese, I can respond even if I speak in Japanese.
The text was updated successfully, but these errors were encountered:
Thank you for your reporting. The customize-uploader is designed for a CLI tool, so it does not officially provide internal packages as using import. You can use rest-api-client, and you can find an example from the following:
The message "Preparing for processing" may occur when deploying an app is delayed in Kintone. We will reproduce your situation and improve an error or the use of the SDK if possible.
Package
Why
I created my own deployment tool in a project that is more general than Kintone CLI.
As a mechanism for deployment tools, you need to upload and update customized JS and CSS files.
The file upload itself works fine, but in rare cases it may not be possible to update the customization settings.
The cause is unknown, but when I look at the Kintone app settings in my browser, I keep getting the message "Preparing for processing". This is obviously not normal, but it will resolve in a few minutes.
Perhaps because of this effect, updateCustomizeSetting () does not return the resulting revision.
What
I noticed this and implemented error handling when nothing was returned, so it's okay right away.
I don't know how to reproduce the problem of not being able to update, so I'll leave it for a while, but I think it's hard to notice that it can't be updated with the current implementation.
At least I think it's better to raise an exception or return an error status than to return nothing, but what about?
I was thinking of creating a bug report, but I will post it here for the time being.
Also, since I am Japanese, I can respond even if I speak in Japanese.
The text was updated successfully, but these errors were encountered: