Test case recording error in firefox with Katalon 9.2

*Summary
When I try to make a test case recording with firefox in katalon 9.2, it gives me this error:

What could it be due to?

Hi,

Which Firefox version are you using?
We have recorded this issue and would like to suggest the following workarounds if you are using Firefox 121:

  1. Go to Project Settings > Desired Capabilities > Web UI > Firefox and add the below arguments:

{ "moz:firefoxOptions": { "binary": "/Applications/Firefox.app/Contents/MacOS/firefox" } }

Or try to downgrade Firefox v.120

Hi!
Thanks for the reply!
my firefox version is: 121.0 (64-bit).
I have tried adding the indicated property, but the error persists.

I will try to downgrade Firefox.