webrecorder / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1.41k stars 217 forks source link

502 Bad Gateway Response on POST Request for PyWB replay #908

Open Kingsl8yer opened 5 months ago

Kingsl8yer commented 5 months ago

Describe the bug

When triggering a POST request by clicking the 'Load More' button of an archived page replaying in PyWB, we get a 502 Bad Gateway Response.

Steps to reproduce the bug

1 - Go to the URL: https://bvi.public-inquiry.uk/ 2 - Scroll down til the 'Documents' section 3 - Click the button 'Load More' with the dev tools opened 4 - Look for the https://bvi.public-inquiry.uk/views/ajax?_wrapper_format=drupal_ajax request 5 - If we block the URL, we get a similar result when loading the page in PyWB; the content doesn't load.

Expected behavior

The POST request should load more content on the page.

Screenshots

Screenshot 2024-06-05 at 16 57 35 Screenshot 2024-06-05 at 17 00 12

Environment

Additional context

NA