Questions tagged [keystonejs]

No instructions have been provided for this tag at the moment!

Setting up KeystoneJS Application with Let's Encrypt and Heroku

I am utilizing the letsencrypt feature of KeystoneJS to conveniently set up and manage HTTPS details for my project. I would like to configure this to function with a custom domain on Heroku. I have followed a previous guide to successfully configure the H ...

Encountering a Graphql Bad Request when loading the page

Greetings and Festive Wishes to All, I'm currently in the process of developing a website using KeystoneJS and NextJS, with Apollo Client integrated as well. However, I've encountered an issue specifically with Apollo Client. Despite trying var ...

Encountering an Issue with Installing KeyStone.Js on Windows 7 64-bit Environment

I'm having issues installing keystone.js via Windows command prompt. The installation process throws errors like the following: npm ERR! [email protected] postinstall: `yodoctor` npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the [email prote ...

What is the best way to deliver a static site through keystone?

I currently have a website built using Keystone and another one that is completely static. My goal is to combine the static site into the Keystone site. When users visit "/", they should see the static site, but if they navigate to "/resources", they wil ...

local individuals and local residents (duplicate) dispatched from the server

Upon analyzing my server's response, I have observed a duplicate of my locals within the locals object. Here is an example: Object { settings: "4.2", env: "development", utils: true, pretty: true, _locals: { settings: "4.2" ...

Using database entries to generate dynamic routes in express.js without the need for a server restart

I have created a custom Express instance for my KeystoneJS v5 app that serves data stored in a Postgres database with the following model: CREATE TABLE "Link" ( id integer DEFAULT PRIMARY KEY, customer text, slug text ); I've set up dyna ...

Build a KeystoneJS website without using the generator-keystone tool

I have the complete collection of sources from a website built on KeystoneJS. I attempted to deploy it on my laptop (without using generator-keystone since all necessary files are already generated), but even after running npm install I encountered error ...