I’m prototyping uppy, transloadit, and robodog to S3 from WordPress to explore the API’s before I integrate them. I’m just using simple script includes at the moment for ease of use till I decide how to do it.
I get the ‘upload-success’ fired ok but none of the '‘transloadit:result’ are getting triggered.
At first glance, that looks okay, and the TRANSLOADIT_EXAMPLE_TEMPLATE var refers to an actual Template ID in your Transloadit account that has some Steps? Can we see the Assembly Instructions of that, too?
uppytl.on(‘transloadit:complete’, (assembly) => {
// Could do something fun with this!
console.log(assembly.results)
}) comes back correctly, and the file is stored on S3 aok.
Docs also say " For your convenience, this is automatically set to true for any Steps that have no subsequent Step and false for all “in-between” Steps."