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.