fix: support multi sp upload flow in react and demo#675
Merged
Conversation
… new useUploadSimple hook
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
synapse-dev | 230d5be | Commit Preview URL Branch Preview URL |
Mar 17 2026, 01:16 PM |
juliangruber
requested changes
Mar 17, 2026
Member
juliangruber
left a comment
There was a problem hiding this comment.
Upload fails for me, while it passes on #master.
Error:
StoreError: Failed to store on primary provider 9 (https://calib.ezpdpz.net/)
Details: StorageContext store failed: Failed to store piece on service provider - Failed to upload piece.
Details: Service Provider PDP
Failed to upload piece: Failed to finalize commP calculation
SynapseError base.ts:38
StoreError storage.ts:18
upload manager.ts:199
Caused by: Error: StorageContext store failed: Failed to store piece on service provider - Failed to upload piece.
Details: Service Provider PDP
Failed to upload piece: Failed to finalize commP calculation
createError errors.ts:13
store context.ts:683
Caused by: UploadPieceError: Failed to upload piece.
Details: Service Provider PDP
Failed to upload piece: Failed to finalize commP calculation
SynapseError base.ts:38
UploadPieceError pdp.ts:95
uploadPieceStreaming sp.ts:382
Caused by: undefined
juliangruber
requested changes
Mar 17, 2026
Member
There was a problem hiding this comment.
this file is not being exported anywhere
Member
Author
There was a problem hiding this comment.
yep i just dont want to delete yet, in the case we go back to straight upload with multiple files support.
…or improved file handling and upload process
…ced file handling
juliangruber
approved these changes
Mar 17, 2026
| } | ||
|
|
||
| function onSubmit(e: React.FormEvent<HTMLFormElement>) { | ||
| function onSubmit(e: React.SubmitEvent<HTMLFormElement>) { |
Member
|
Bug discovered: #678 |
This was referenced Mar 17, 2026
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.

closes #646