We had an interface, while loading the interface in the flow sometimes we are getting Memory Circuit breaker error and we could not able to move forward as we cannot click anything on interface. We already optimized the code to maximum extent. Is there any way that we can show that error in separate section which will not block the interface, so that we can move forward by clicking on submit button
Discussion posts and replies are publicly visible
No. You will have to modify that interface so that it takes less memory.
Don't we have any option like try catch for that error? So that we can display an user friendly banner
Sorry, but no.