Hello,
Could you share how you configured Uppy? Uppy works for me locally with latest companion.
Sure!
Is it enough to show the configuration? or do you need to know another things too?
When we changed this in @uppy/companion/lib/server/middleware.js:
const { searchProviders } = req.companion.options.providerOptions;
to this:
const searchProviders = req.companion.options.providerOptions;
it looks like it worked. any idea?
we found the solution. we put into options like this instead of showed at docs:
searchProviders: {
unsplash: {
key: ‘xxxx’,
secret: ‘xxxx’
}
}
Merlijn
10
Hi, sorry for the late reply and thanks for keeping this thread updated. If the docs are wrong, I’ll take a look at fixing them!