Questions tagged [apostrophe-cms]

Join the ApostropheCMS community with the official tag. Share code-related how-to questions and help others easily find solutions to their problems. Let's keep discussions, best practices, and developmental ideas on the forum and refrain from asking non-code related questions.

Guidelines for ApostropheCMS: Implementing Middleware to Deliver Varied Pages

I am working with ApostropheCMS v3 project and I am looking to implement some middleware within modules/@apostrophecms/page/index.js. Here is what I have in mind: module.exports = { ... handlers(self, options) { return { "@apostrophecms/ ...

Encountering an issue with Apostrophe CMS version 2.65.0 when trying to launch the project

I am currently in the process of upgrading from version 2.62.0 to 2.65.0 for Apostrophe. As part of this upgrade, I have integrated the mongo driver-3 into my settings. However, I am encountering an error while running the project: (node:116248) Warning ...