Daniel Duarte
Daniel Duarte
Hi @andreadipalma, and thanks for reporting. The first "weird" thing that I've noticed in your code is that the resolver `ContentRank` is returning an object with the key `results`, which...
Hi @andreadipalma, you can debug and see how the flow runs in the browser by doing this: - Enable the debug function running `localStorage.debug = 'flowed:*'` in your browser console...
For the example in my previous comment, I've written this little piece of code where I tried to reproduce your issue, but I wasn't able to do so. I've created...
Hi again @andreadipalma, Glad to see that you could successfully setup the flow logs. There I see a couple details to check: First, it seems like the flow specs in...
Hi @andreadipalma, Great that you could move on after these issues, and also to know that it is indeed a transpiling issues. As soon as I have the time, I'll...