Questions tagged [keystonejs]
742 questions
-1
votes
1 answer
Keystonejs - Querying items in Relationships
I want to write a query to filter the content that has relationships set on it.
Laptopy.js
var keystone = require('keystone');
var Types = keystone.Field.Types;
var Laptop = new keystone.List('Laptop', {
map: { name: 'nazwa' },
…

user1824542
- 225
- 1
- 4
- 15
-1
votes
1 answer
The `mngo` option must be a mnnection string
I'm getting an error when I try to npm start a project.

qaakmnd
- 339
- 2
- 4
- 18
-1
votes
1 answer
Can't get css, js files in admin after deploying keystonejs app. What should i do to make it work?
Example here http://clevercontent.org/keystone/signin
How should i deploy it properly?

Andrey Vaganov
- 1,684
- 1
- 12
- 18
-1
votes
1 answer
Keystone, show blog category on index page
I am new to keystone and need a little javascript help. I am trying to show all of the posts with a specific category on my home page (index). Could someone help me out with it? Point me in a direction to look or explain how to make this. Thanks for…

Shaw
- 1
- 2
-1
votes
1 answer
Unable to run keystone node.js application on Openshift
Edit 2 - Final Notes
Solution below worked for me, however you still need to manually specify the mongo connection credentials as shown above for the application to run correctly, otherwise you will get a mongo auth error.
Edit 1 - Added full…

Gareth Jeanne
- 1,410
- 2
- 19
- 35
-3
votes
1 answer
Keystone v5 with graphql
I started building backend with keystone v5 and graphql, i have to make an api of signup and login and don't know how to proceed with it, also i want to know the folder structure
-3
votes
3 answers
Break down a code segment that uses some ES5 / advanced JavaScript methods of writing?
Can someone explain the part in the exports section, I seem to lost and stuck for a while. Starting from importPromise. It seems like there's a lot going on, such as arrow functions and map method. I can't see where the data flows from where to…

nicerazer
- 3
- 5