Wpe-webkit-mir-kiosk call a certain GET method after refreshing the page

Hi,

I’m running angular-app in nginx server and displayed using wpe-webkit-mir-kiosk. A certain get method is getting called after i refresh (page refresh in UI) the angular-app. I tried running the same UI in chrome browser and i’m not facing the issue so, i believe it has something to do with wpe-webkit-mir-kiosk

Hardware and software used:

System: Raspberry Pi 4B
Operating System: Ubuntu Server 20.04.6 LTS
Kernel: Linux 5.4.0-1082-raspi
Architecture: arm64

Snap list:

Name                  Version        Rev    Tracking       Publisher   Notes
core20                20230308       1856   latest/stable  canonical✓  base
lxd                   4.0.9-a29c6f1  24065  4.0/stable/…   canonical✓  -
mesa-core20           21.2.6         126    latest/stable  canonical✓  -
snapd                 2.58.3         18600  latest/stable  canonical✓  snapd
ubuntu-frame          99-mir2.13.0   5331   latest/stable  canonical✓  -
wpe-webkit-mir-kiosk  2.38.2         88     latest/stable  glancr      -

What could be the problem and how can i solve this? Thanks in Advance

You have not described the error at all ? What happens, what did you expect to happen instead etcetera…

Okay my bad.

I have a Angular App running in Nginx and i have a UI button (fetch button which you can see in image attached )which calls a API GET method where i get some data response. This is working fine when i log into UI but when i hit refresh button (it top right corner) then i read a sensor the GET method get’s called without actually touching the button.

I want to know what is causing this issue in wpe-webkit-mir-kiosk while it is not happening when the Angular app is accessed via google chrome

Note: i have masked the other UI components for privacy