mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 01:15:35 +00:00
* improve comments * unify http error responses when proxying requests this in order to make it easier to debug when setting up companion/transloadit integration, and lessen support burden on us. remove outdated `err.status` checks. this was added [7+ years ago](https://github.com/transloadit/uppy/blame/cf18689c1055055fc73a33fb9fe18e1046dfc8e4/packages/%40uppy/companion/src/standalone/index.js#L143) and we now use `got` which doesn't provide err.status Instead, for any other unhandled proxied HTTP request error responses, be nice and forward the JSON response to the client for easier debugging * Update packages/@uppy/companion/src/server/provider/error.js |
||
|---|---|---|
| .. | ||
| angular-example | ||
| aws-companion | ||
| aws-nodejs | ||
| aws-php | ||
| bundled | ||
| cdn-example | ||
| custom-provider | ||
| digitalocean-spaces | ||
| multiple-instances | ||
| node-xhr | ||
| php-xhr | ||
| python-xhr | ||
| react-example | ||
| react-native-expo | ||
| redux | ||
| svelte-example | ||
| transloadit | ||
| transloadit-markdown-bin | ||
| uppy-with-companion | ||
| vue3 | ||
| xhr-bundle | ||