We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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.
The POST request should load more content on the page.
NA
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Environment
Additional context
NA
The text was updated successfully, but these errors were encountered: