public-demo icon indicating copy to clipboard operation
public-demo copied to clipboard

The official public demo for Payload

Results 22 public-demo issues
Sort by recently updated
recently updated
newest added

The old URL pointed to an [archived Github repository](https://github.com/payloadcms/plugin-nested-docs). The new URL points to the [docs page](https://payloadcms.com/docs/plugins/nested-docs).

Okay, I tried different approaches with no luck. Requests from localhost next site to localhost payload are working, but from custom.localhost to custom.localhost aren't. I'm using caddy for reverse proxy...

I've been trying to get this to work for several hours now with no luck. Getting the following error when running `yarn dev` ``` Error updating global header: NotFound: The...

create-payload-app requires `// database-adapter-config-end` to work correctly. https://github.com/payloadcms/public-demo/issues/34 As can be seen from the Terminal output, running the CLI and choosing ‘payload-demo’ and ‘PostgreSQL’ will reproduce the problem. ```sh ~/payload...

It seems that the payload/payload.config.ts is not correctly setup to work with create-payload-app cli which requires both `// database-adapter-config-start` and `// database-adapter-config-end` to work correctly. https://github.com/payloadcms/public-demo/commit/07d9eb868aed5897da25f08165077cbdd700a936#diff-a761e1902224d7e0a1c9362b0894878afe1b1fbc5b216b88c30c8595f76d8e9b Unfortunately, the tests in...

When adding a video element in the rich text editor, is there anyway to edit it? The video custom element is the best documentation I could find on implementing something...

Hi, this is just a suggestion. Based on my benchmarks, this improves startup time in this repo from 2220 ms to 1975 ms. In my personal project it improves startup...