We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, you have to manually publish the image asset before publishing the entry that references it.
Ideally, process links could publish the assets after processing them, but according to the docs,
This request might return before the asset processing is finished.
So this might be tricker than it should be. We may need to tweak processingCheckWait or processingCheckRetries (see the docs)?
If that doesn't work, we might need to switch to the upload API, since that example appears to show publishing the asset after processing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now, you have to manually publish the image asset before publishing the entry that references it.
Ideally, process links could publish the assets after processing them, but according to the docs,
So this might be tricker than it should be. We may need to tweak processingCheckWait or processingCheckRetries (see the docs)?
If that doesn't work, we might need to switch to the upload API, since that example appears to show publishing the asset after processing.
The text was updated successfully, but these errors were encountered: