Benjamin Piouffle
Benjamin Piouffle
We may want to customize the default timeout to match our API 
Image uploads are not working yet; the form data containing the image somehow isn't forwarded to the API. I had a try to resolve that a few months ago at...
On Heroku, [this non-existing URL](https://opencollective.com/xxxxxxxxxxx/transactions) gives me a proper error (though [it should be a 404](https://github.com/opencollective/opencollective/issues/7097), not "Unexpected Error"):  On Vercel, I get a scary system message: 
API routes for connected accounts do not seem ready; I'm getting a 404 when trying to connect a Stripe account. BTW, we're missing error reporting on that "Connect {service}" button....
> API routes for connected accounts do not seem ready; I'm getting a 404 when trying to connect a Stripe account. BTW, we're missing error reporting on that "Connect {service}"...
OAuth not working (related to missing `/api/*` routes)
I'd suggest we implement this as a daily cron in `api/cron/daily/cleanup-deleted-entities.ts`. We could start with an MVP like: ```es6 const MODEL_RETENTION_PERIODS = { [models.UserToken]: '6 months', [models.ConnectedAccount]: '1 year', [models.Order]:...
We have almost 25K accounts that have been soft-deleted for more than three years. Many of them are spammers, so we're willing to keep the records to train robots, but...
I would love to see this prioritized in the near future, mostly because: 1. It will unlock more possibilities regarding performances since we'll be able to render authenticated queries server-side...
Another reason to implement this: https://github.com/opencollective/opencollective/issues/7398