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 clicking the 'Next Page' button of an archived page in PyWB, a 502 Bad Gateway Response is received after triggering a POST request.
1 - Go to the URL: https://orcl.my.site.com/CLR_Search 2 - Scroll down til the 'Consultant Lobbyist' section 3 - Click the 'Next Page' button with the dev tools opened 4 - Look for the 'https://orcl.my.site.com/CLR_Search?sfdcIFrameOrigin=null' POST Request 5 - If we block the URL, we get a similar result when loading the page in PyWB; the content doesn't load.
When the 'Next Page' button is clicked, it should load the following page of the table that it's showing.
OS: macOS Sonoma 14.5 Browser: Chrome Version: Version 125
NA
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When clicking the 'Next Page' button of an archived page in PyWB, a 502 Bad Gateway Response is received after triggering a POST request.
Steps to reproduce the bug
1 - Go to the URL: https://orcl.my.site.com/CLR_Search
2 - Scroll down til the 'Consultant Lobbyist' section
3 - Click the 'Next Page' button with the dev tools opened
4 - Look for the 'https://orcl.my.site.com/CLR_Search?sfdcIFrameOrigin=null' POST Request
5 - If we block the URL, we get a similar result when loading the page in PyWB; the content doesn't load.
Expected behaviour
When the 'Next Page' button is clicked, it should load the following page of the table that it's showing.
Screenshots
Environment
OS: macOS Sonoma 14.5
Browser: Chrome
Version: Version 125
Additional context
NA
The text was updated successfully, but these errors were encountered: