fix: ExApp upgrade 401 on set_init_status#807
Merged
oleksandr-nc merged 1 commit intomainfrom Mar 2, 2026
Merged
Conversation
oleksandr-nc
added a commit
to cloud-py-api/nc_py_api
that referenced
this pull request
Mar 2, 2026
Fix for some flaky situations where ExApp can fail to update it's status during install/update in AppAPI will be only for the new endpoint: nextcloud/app_api#807 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Changed** * App initialization status reporting now uses a new standardized endpoint for reporting progress and errors. * **Chores** * Package version updated to 0.24.2.dev0. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
kyteinsky
approved these changes
Mar 2, 2026
Collaborator
kyteinsky
left a comment
There was a problem hiding this comment.
just a few nits but nothing required to be changed
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
33e3743 to
920974a
Compare
oleksandr-nc
added a commit
that referenced
this pull request
Mar 2, 2026
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related github issue: #803
Changes proposed in this PR:
enableExAppInternal()return value indispatchExAppInitInternaland abort if it fails/ex-app/statusduring install/update (protected on server-side with help ofstatus.type)