Problem/Motivation
A watchdog error is logged for "Page not found" for every page load, as one of the main page container div's is being given a data attribute for an API endpoint that doesn't exist.
<div class="ct-page ct-theme-light " data-component-name="ct-alerts" data-alert-endpoint="/api/civictheme-alerts?_format=json" data-ct-alerts="true">
Steps to reproduce
- Install D10
- Install CivicTheme
- Enable Watchdog
- Load the homepage
- View the watchdog log
| Comment | File | Size | Author |
|---|
Comments
Comment #2
toby wild commentedFixing attribution on original issue.
Comment #3
johanf commentedHi
i noticed after insallation that 2 views are not created.
civictheme_alerts & civictheme_automated_list
if i copy/paste the configuration from config/install directory ( views.view.civictheme_alerts.yml and views.view.civictheme_automated_list.yml ) using admin/config/development/configuration/single/import ( view as configuration_type ) , the message disappear
Comment #4
fionamorrison23 commentedComment #5
fionamorrison23 commentedComment #6
alex.skrypnykComment #7
joshua1234511@alexskrypnyk
Not sure if an issue. Related to https://www.drupal.org/project/civictheme/issues/3401376
Steps to reproduce
- Install D10
- Download via composer/ or manual
- Enabled all dependencies
- Clear Cache (Skipping this steps results in Break in the install)
- Install CivicTheme
- Enable Watchdog
- Load the homepage
- View the watchdog log
Results

- With out Clear Cache
- Results in Some pending installations, ex, views & webforms.
- With Clear Cache after theme downloaded


- Installation Completed properly.
- All views installed with no errors.
Comment #8
fionamorrison23 commentedClosing. This is a duplicate of https://www.drupal.org/project/civictheme/issues/3404792
Comment #9
fionamorrison23 commentedComment #10
alex.skrypnykJust want to add: this is not a duplicate of https://www.drupal.org/project/civictheme/issues/3404792 but caused by unfinished installation described in that issue.
Comment #11
alex.skrypnykComment #12
alex.skrypnykCorrecting the closing status.
This issue was caused by unfinished installation of CivicTheme.