Couldn't view real time queries that are generated from my application dashboard in PMM Query Analytics

Description:

My PMM Server is setup in Docker windows and my PMM Client is set up in Ubuntu linux where I exported my MySQL database from windows to ubuntu. Now I could monitor the queries that are written manually through MySQL CLI in ubuntu in the PMM QNA dashboard. But the problem is that, when I use any filters in my IMIK(company name application dashboard, the queries generated from filters are not being displayed in QNA dashboard while using ‘Performance Schema’ even though I completed all the process of setup of performance schema. Could you please help me with this?

Steps to Reproduce:

[Step-by-step instructions on how to reproduce the issue, including any specific settings or configurations]

Version:

[The PMM version is 2.44.1]

Logs:

[Only inbuilt PMM queries are displayed and not the real queries]

Expected Result:

[If i am running any query through my command prompt i am getting the result displayed in PMM QAN Dashboard, but when I use any Date filter in my dashboard website, it triggers queries, but it is not getting displayed in my PMM dashboard. I want the real queries to be displayed in PMM Dashboard]

Actual Result:

[I want the queries to be displayed like this:
Eg : Select * from shifts where device_id = 5;]

Additional Information:

[Include any additional information that could be helpful to diagnose the issue, such as browser or device information]

@som_devi,
Just to confirm, when you manually execute a query using the mysql> CLI, the queries are visible in PMM? When your application executes queries, they are not visible in PMM?