79629042

Date: 2025-05-19 15:22:27
Score: 3
Natty:
Report link

In my case, I discovered I had a recursive call in my app.
After failing to run the tests, I ran the app itself (API) and, when calling certain method, the app would just get stuck loading and sometimes crash.

It was a copy-paste oversight where some reference was pointing to itself. Not so hard to find when I figured it was a recursive reference, thanks to the answer from @asma.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • No code block (0.5):
  • User mentioned (1): @asma
  • Low reputation (1):
Posted by: Delphoenyx