AJAX 404 error for Drupal CMS blog page in Quant preview site

Created on 28 January 2025, 2 months ago

Problem/Motivation

When using the views filter on the blog page, it doesn't work due to a 404 error:

An AJAX HTTP error occurred.
HTTP Result Code:
404 Debugging information follows.
Path: /views/ajax
StatusText: error
ResponseText: 
404 Not Found

Steps to reproduce

Install Drupal CMS, configure Quant, go to the blog page, and try to filter the blog posts by tag.

Proposed resolution

TBD

Remaining tasks

Debug and fix.

User interface changes

The blog filter will work as expected.

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Kristen Pol
  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    We don't support ajax for views because it needs to communicate with the server.

    We should add a warning message on any non-admin page with a view that has exposed filters explaining they have a few options to handle the page:

    1. Route the url to origin rather than being static
    2. Redo the view to not have exposed filters
    3. Redo the page to use Algolia search facets
    4. If there are a very small number of filters, each permutation of results can be generated
  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA
Production build 0.71.5 2024