payload icon indicating copy to clipboard operation
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...

Results 1255 payload issues
Sort by recently updated
recently updated
newest added

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. ![Screenshot 2023-07-20...

plugin: seo

Nice plugin. I was experimenting with this a little today and I wasn't able to get the Overrides option to work - at least as far as I could tell....

plugin: nested-docs

### Describe the Bug There are two issues with the Nested Docs Plugin: **1. If I save on another language (which is not my default language), first the parent and...

possible-bug
plugin: nested-docs

Hi, I am trying to use the stripeProxy but that results in the below error: ``` TypeError: this.createResourcePathWithSymbols is not a function at ResourceNamespace. (C:\x\x\x\x\plugin-stripe\node_modules\stripe\lib\StripeMethod.js:31:29) ...... ``` I logged "this"...

plugin: stripe

![image](https://github.com/payloadcms/plugin-stripe/assets/103010201/080e98a7-7e08-411a-897e-1d5676657fc4) 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....

plugin: stripe

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...

plugin: stripe

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...

plugin: stripe

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...

plugin: form-builder

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...

plugin: form-builder

The following (according to the docs): ``` plugins: [ formBuilder({ fields: { payment: true, }, handlePayment: async (data) => { console.log(data) }, }), ] ``` should log: ``` { form:...

plugin: form-builder