- πΊπΈUnited States smustgrave
Failures in last builds
Also was previously tagged for tests in #26 which still needs to happen.
- First commit to issue fork.
- Open on Drupal.org βEnvironment: PHP 8.2 & MySQL 8
6:59 6:59 Queueing - @vensires opened merge request.
- Open on Drupal.org βEnvironment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - @vensires opened merge request.
- last update
about 1 year ago Build Successful - π§π·Brazil carolpettirossi Campinas - SP
I'm facing an issue where the Media Library pagination doesn't work, which might be related to this.
I get 414 URI-Request too long error.
Here's a screencast:
414 error with media pagination β - π¬π§United Kingdom catch
That's more likely to be solved by π Compress ajax_page_state Fixed .
- πΊπΈUnited States kevinquillen
Getting the same issue as #54 now, we cannot paginate any Media Library widgets in use and the patches in π Compress ajax_page_state Fixed won't apply (10.1.3).
- Status changed to Needs review
about 1 year ago 7:24am 11 September 2023 - π¬π·Greece vensires
I set it as needs review for the MR https://git.drupalcode.org/project/drupal/-/merge_requests/4685 I created.
It contains the fixes from #49 but does apply to Drupal 9.5.x.
For newer versions we would require a rebase or a newer branch. - Status changed to Needs work
about 1 year ago 2:26pm 11 September 2023 - πΊπΈUnited States smustgrave
11.x is the current development branch.
Has anyone tried to see if https://www.drupal.org/project/drupal/issues/3348789 π Compress ajax_page_state Fixed fixes the issue?
Also was previously tagged for tests which are still needed
thanks.
- πͺπΈSpain akalam
I can confirm the commit on the issue π Compress ajax_page_state Fixed helps by reducing the size of the request uri, but doesn't solve the duplication when consecutive ajax calls get triggered on a Drupal 10.1 instance.
- π¬π§United Kingdom catch
π media_library_opener leads to massive GET requests that break varnish etc. Active looks like the worst culprit here. If people are seeing the same thing with other AJAX implementations it would be good to document that here.
- π¬π§United Kingdom catch
Bumping to major because this can cause URLs that are too long for varnish and etc.
- πͺπΈSpain akalam
We have personally found this issue when trying to update a view to use facets v3 as exposed filters and ajax enabled. The view have 7 exposed filters (6 of them are facets) and 1 exposed sorting criteria. The error happens after changing the filters a few times (not too many), for example, applying the filters one by one.
- πͺπΈSpain akalam
Finally, our issue was coming from the following patch: https://www.drupal.org/project/drupal/issues/2605218#comment-15002530 π Views Block Display skips preBlockBuild() call on ajax rebuild Needs work
After applying the latest version of the MR on π Views Block Display skips preBlockBuild() call on ajax rebuild Needs work the issue went away!
- π―π΅Japan tom konda Kanagawa, Japan
Tom Konda β made their first commit to this issueβs fork.
- π―π΅Japan tom konda Kanagawa, Japan
I think using URLSearchParams() instead of RegExp(), it makes code more simple than patch #49.
I committed for the2508796-query-string-for-11.x
branch. - First commit to issue fork.
- Merge request !7391Issue #2508796: Query string is appended multiple time after each AJAX request β (Open) created by codebymikey
- π§πͺBelgium kwinten-hardies Vlaams-Brabant
I have the same issue as #56 π Query string is appended multiple time after each AJAX request Needs work on 10.2.5. The query parameters are duplicated and is too long for our WAF policy.
I am not using facets module.
Patches I have tried:
- Ajax Pager broken after upgrade 10.0.9 to 10.1.2 π Ajax Pager broken after upgrade 10.0.9 to 10.1.2 Needs work
- π Compress ajax_page_state Fixed
- Ajax attached to Views exposed filter form does not trigger callbacks π Ajax attached to Views exposed filter form does not trigger callbacks Needs work
- Page index isn't reset when use AJAX for Views module π Pagination not working correctly in AJAX view with exposed filters Needs review
- The patch from #49 π Query string is appended multiple time after each AJAX request Needs work does not work on 10.2.5
- Status changed to Needs review
5 months ago 4:03pm 19 June 2024 - π―π΅Japan tom konda Kanagawa, Japan
Reran the pipeline and all tests are passed.
Please review. - Status changed to Needs work
5 months ago 6:49pm 19 June 2024 - πΊπΈUnited States smustgrave
Hiding patches for clarity
Previously was tagged for tests so moving to NW for that.
Thanks.
- First commit to issue fork.