payload
payload copied to clipboard
Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building...
Currently the UI for this plugin is hard coded in english. We should have translations or at least allow the labels to be set in the config object.  Hi, I've been updating my repos with new recommended linter rules from eslint v6 and am getting this error on `stripePlugin.webhooks` because of the type of `StripeWebhookHandler` screenshotted below....
When I delete a product from Stripe, the following error crashes my application: ``` [17:31:22] INFO (payload): - Deleting Payload document with ID: '64fdfd696f7457b9e210f2ce'... [17:31:22] INFO (payload): - ✅ Successfully...
I ran into the issue of the plugin giving an error: 'you did not provide an API key,'. I had changed my env variable name, which seems to be the...
A common use case would be to create a named form, for example 'Registration Form', which title must be localized to display the form title on the UI for the...
Actually it could be an issue in payload: If I send a request with an invalid(?) formID, I will get an validation error, but if I pass a valid(?) but...
The following (according to the docs): ``` plugins: [ formBuilder({ fields: { payment: true, }, handlePayment: async (data) => { console.log(data) }, }), ] ``` should log: ``` { form:...