Merlijn Vos
Merlijn Vos
Hi, your code is private so it will be hard to help. Can you make it public?
You've only given me access, but can you make it public? Issues are for everyone to see and help.
You're not using Uppy inside React correctly. Do _not_ put it inside `useMemo`. Please take a look at the [docs](https://uppy.io/docs/react). Particularly this example might help: https://uppy.io/docs/react/#example-dynamic-params-and-signature-for-transloadit
I can't reproduce this on https://uppy.io/examples/, which is also based on React. I tried with a 600MB video file. I don't think this is an issue in Uppy. It might...
Uppy has been completely rewritten in TS. The new types are available on the `@next` tag of all packages.
All packages, normally installed like `npm i @uppy/core @uppy/dashboard` would now just be `npm i @uppy/core@next @uppy/dashboard@next`. There is no list of breaking changes or a migration guide but the...
Site didn't update automatically. Taking a look now.
Can't we just do this, wouldn't be a breaking change: ```diff "peerDependencies": { - "@angular/common": "^16.2.0", - "@angular/core": "^16.2.0", + "@angular/common": "^16.2.0 || ^17.0.0", + "@angular/core": "^16.2.0 || ^17.0.0", ```...
Hi! Perhaps you can try to use [`getResponseError`](https://uppy.io/docs/xhr-upload/#getResponseError-responseText-response) to get what you need?
Interesting, so you do see the correct status code and error in the network tab but not from Uppy in the console?