sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless
GNU General Public License v3.0
2.82k stars 323 forks source link

Broken Pages Navigator #160

Open ikuamike opened 1 year ago

ikuamike commented 1 year ago

Describe the bug The latest version of gowitness server has the pages navigator broken. When you have a lot of screenshots it only shows 1 page.

To Reproduce Steps to reproduce the behavior:

  1. Take a lot of screenshots possibly about 100 of them
  2. Launch go witness server
  3. Scroll to the bottom to view the pages navigator

Expected behavior The expected behavior is to view the button to navigate the pages as in v2.4.1

Screenshots The below is what is currently shown

image

Error from the command line, forgot to attach this. The below happens when I change pages via the URL since the UI doesn't allow for this.

http://localhost:7171/gallery?perception_sort=true&limit=66&page=1

image

The below is the expected outcome that is in version 2.4.1

image

Version Information:

leonjza commented 1 year ago

Sorry, this is not enough information to debug. Some ideas to check:

ikuamike commented 1 year ago

I've updated the issue with the command line error, there were no errors on the browser. When I switch back to v2.4.1 it works okay. The issue is on the latest version 2.4.2.