Quick question… Following along the README of editly, I managed to create videos after calling editly like this: Unfortunately, I am using ExpressJS to do this and I need to send back a response when video creation completes. However, when I tried to extract any value using .then, it returns undefined: How can I accomplish this? Answer For anyone who