This has been bugging me for days...
I have a custom action that I call to get list of records in a collection. So it is expected that it should be able to handle no records found. However, it encounters an 'Uncaught' Error instead.
I tried several approaches, Up to a point that I dropped that custom action and just use a Backed Firestore collection query.. Surprisingly the same output... ChatGPT surrendered also...
For the custom Action, During my debugging, I simplified the custom action by just returning false.. still Uncaught error is encountered...
Anyhelp will do..