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 stack creation error when uploading assets with same name #752

Merged
merged 2 commits into from
Feb 23, 2025

Conversation

simulot
Copy link
Owner

@simulot simulot commented Feb 23, 2025

Resolve an issue where uploading a takeout with duplicate photo names led to a stack creation error due to incorrect asset ID handling. Refactor the asset management to utilize DeviceAssetID for better identification of images with the same name, ensuring compatibility with previous versions. This change addresses the bad request error encountered when uploading assets with identical names. Fixes #749

@simulot simulot merged commit f1b5b47 into main Feb 23, 2025
3 checks passed
@simulot simulot deleted the simulot/issue749 branch February 23, 2025 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ERR Can't create stack error=createStack, POST, http://localhost:2283/api/stacks, 400 Bad Request
1 participant