sipcapture / homer-app

HOMER 7.x Front-End and API Server
http://sipcapture.io
GNU Affero General Public License v3.0
200 stars 77 forks source link

Homer UI - Pop-Up window issues #517

Closed idanam-del closed 7 months ago

idanam-del commented 1 year ago

hey,

when i click on the pup up windows button from the thumbnail of the session. i see 2 issues.

  1. The pop up try to load the "flow" tab but shows nothing besides "All item were filtered, check filter settings" - this solves when i click on a different tab like "message" or "session info" and click back to the flow which successfully load.

  2. the url of the pop up is composed of : https://homer-ip/transaction/"session-id" - when i open the url on a different tab or window on the browser its loads infinitely

this what shows in the web console:

image

idanam-del commented 1 year ago

bump

lmangani commented 1 year ago

I could not reproduce this issue on our deployments. Please provide more information about your deployment or how to reproduce it on a fresh setup.

idanam-del commented 1 year ago

the deployment we use is as referred in this: image On deb 11 VM

idanam-del commented 1 year ago

Same issues explained above reproduced with docker from "homer7-docker/heplify-server/hom7-prom-all"

lmangani commented 1 year ago

Referring to our own installation guides will not help much. Please describe how to reproduce your issue step by step.

idanam-del commented 1 year ago

Referring to our own installation guides will not help much. Please describe how to reproduce your issue step by step.

You've asked me more information about the deployment, ive referred that the deployment is the one from the installation guide.

To reproduce the steps you need to do the following(shown from a "hom7-prom-all" docker deployment):

  1. open up a sip message window from the widget: image
  2. click on the "pop up" button:(circled in red) image 3.Copy the url provided in the pop up window 4.paste and go to the url on a different browser 5.login at the prompt 6.At this step you can see its loads indefinably with the provided errors at the start of the thread in the web console.
AlexeyOplachko commented 1 year ago

So for 2) this is not a bug, this is just unsupported behavior. Pop up window gets data directly from the window you've opened before, and you can not just copy it somewhere else.

For the first issue, while I wasn't able to replicate it, I implemented some fixes that might resolve it, I'll make a PR later today, and write in here, please give us update if it still happens for you.

idanam-del commented 1 year ago

So for 2) this is not a bug, this is just unsupported behavior. Pop up window gets data directly from the window you've opened before, and you can not just copy it somewhere else.

For the first issue, while I wasn't able to replicate it, I implemented some fixes that might resolve it, I'll make a PR later today, and write in here, please give us update if it still happens for you.

I see, thank you.

I guess the closest feature to it is the homer-view. too bad its not working for me right now...

kYroL01 commented 7 months ago

The issue is fixed in the last Homer version. Please re-open it if it's not resolved on your side.

naqashsaeed commented 7 months ago

@kYroL01 yes i have also tested it on my side, and for me it is working fine. it only takes 1 or 2 seconds to load and then flow tab is appear.