Skip to content
New issue

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

fix(server): checkExistingAssets #10192

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Conversation

michelheusschen
Copy link
Contributor

The /assets/exist endpoint returns a response like { "existingIds": [null] } while an array with strings is expected. Fixed by returning deviceAssetId instead of id.

I haven't tested this on mobile. If someone could give it a try, I'd appreciate it. Fixes #10175

@alextran1502 alextran1502 merged commit 9dbf5db into main Jun 12, 2024
22 checks passed
@alextran1502 alextran1502 deleted the fix/server-checkexistingassets branch June 12, 2024 13:48
@santi8ago8
Copy link

Are you planning to release this soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

checkExistingAssets returns null IDs, breaking background backup
3 participants