I see the error at the developer console but there is a lack of information about where it happened, I do not see any stack trace.
How to debug the kind of unhandled forge errors?
I would start by changing the grouping to Function to see where the error is coming from, assuming there’s no additional information in the logs. And then trying to add error handling to the function that’s listed there, such as try
and catch
blocks or something.
the error appears at the main resolver function