Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
76 views

I just installed Keystonejs 6 locally with npm create keystone-app@latest as per documentation. Keystonejs default project is auth protected In keystone.ts export default withAuth( config({ db: {...
Macs's user avatar
  • 317
0 votes
2 answers
123 views

I'm building a decoupled keystonejs (keystonejs 6) app with different frontends that will pull and push data from the main keystonejs instance using its graphql api. I've set the access control to ...
AngelMS's user avatar
  • 61
1 vote
1 answer
169 views

I am developing a keystone app, where we want to use graphql subscriptions. Followed the documentation: https://keystonejs.com/docs/config/config#extend-http-server and the keystone github example for ...
jjm's user avatar
  • 33
1 vote
0 answers
71 views

We are currently building an app with Keystone 6 as backend and have a security concern when it comes to authenticating users. With the built in authentication method, I can use someone's token to get ...
AntonP's user avatar
  • 13
0 votes
1 answer
157 views

I'm trying to implement a password reset functionality in my KeystoneJS 6 application. I've managed to configure email sending, and I've read the documentation regarding the ResetPasswordLink. However,...
cloudis's user avatar
0 votes
1 answer
125 views

By default, when I installed KeystoneJS v6 headless CMS, it's connected to SQLite database. If I try to change provider to MySQL, in file keystone.ts I first replace provider to 'mysql' and url to ...
stkuser's user avatar
  • 51
1 vote
2 answers
132 views

I'm currently working on a KeystoneJS project and encountering an issue with TypeScript. I've defined an access control function, isAdmin, as suggested in the KeystoneJS documentation: const isAdmin = ...
lgf2111's user avatar
  • 13
1 vote
1 answer
321 views

It looks like there was a somewhat straightforward way to disable in in Keystone 5 via - https://github.com/keystonejs/keystone-5/blob/main/docs/guides/authentication.md But I can't seem to find any ...
whodeee's user avatar
  • 657
-1 votes
1 answer
336 views

the KeystoneContext type doesn't seem to give typescript support for context.query.[list] what i tried export const keystoneContext = ((globalThis as any).keystoneContext || getContext(config, ...
Shreyas Jadhav's user avatar
0 votes
1 answer
363 views

I'm using Supabase and I'd like to add CMS functionality. I already have a table called Profiles. When I install Keystone JS and provide my Supabase DB connection details I get this warning: ⚠️ ...
Evanss's user avatar
  • 22.6k
1 vote
2 answers
415 views

Basically, I want to know how I can create a field in Keystone.js (Ver.6) that can take in multiple images as an input and then store them in a specified storage (S3 or Local). I checked to see if ...
Vibhavi_T's user avatar
1 vote
0 answers
4k views

I cannot work anymore on my project KeystoneJS. I am getting this error: Error searching database for update 0.0.1-admins: Error [MongoError]: Unsupported OP_QUERY command: find. The client driver may ...
Pablo Alaniz's user avatar
0 votes
1 answer
177 views

I have an app that I need to move to an Azure subcription. the stack is NextJs, Prisma and Keystone. It is doing some file uploading and Keystone have built in support for s3 storage. Is there a way ...
mpl's user avatar
  • 11
0 votes
1 answer
81 views

I'm creating an application in KeystoneJS with the documentation provided for that framework. So, in my application, there are 2 tables, one is user and the other one is post. So, I would like to know,...
mastercordy's user avatar
3 votes
0 answers
155 views

everyone! I'm learning about KeystoneJS referring its manual. In this manual, I've stuck at an area of how to add access controls from the back-end to users which has labeled as admin. So, I'm ...
mastercordy's user avatar

15 30 50 per page
1
2 3 4 5
50