Hit the wall with Bridge not being able to Invoke from UI Kit

I previously built CustomUI apps without big problems, but this time, I’m migrating UI Kit 1 → UI Kit and am completely stuck. I’m quite sure Forge Bridge in my app, for some reason, cannot see the exported handler definitions (and subsequently, errors on every invoke).

The error on index.jsx:196 points to the invoke(“…”) line of code. Essentially, none of the invoke functions are ever being invoked, and I get this exact message.

Any help would be greatly appreciated given the looming deadline of migration. As I tried matching the code to provided examples, verifying the folder structure, even using exact code snippets from examples - nothing.

Ok - figured it out way too late. If any of you ever see this message, it means, there’s a non-resolver or non-function wrapped code in your resolver file. I.e. in my case, it was a stray storage.get() invocation that was forgotten and left in between resolvers and functions.