Custom app report link in existing module not working

I’m having problem making custom report link appear on account module.

Strange that I’ve been already adding other reports in the past with no problem.

I have a custom app that I continually add reports as requested by my customer.

In this app’s config folder I have accounts.py file that I append report links to accounts module.

I’ve tried bench migrate and restarting all supervisor processes to no avail.

I even used bench console to check if the config is actually updated and it is!

It’s just not showing up in Accounts module screen.

Additionally I tried clearing browser cache and bench clear-cache as well. Still doesn’t work.

I checked the ajax request as well and the system doesn’t seem to be replying module data with new link at all…

Oh, and the report appears under report list and runs fine.

Is there something mundane that I’m completely missing?

Thanks!