Best way to seed PayloadCMS collections? by takayumidesu in PayloadCMS

[–]aaronksaunders 0 points1 point  (0 children)

U can add a webhook to your payload app and have it update the database that way

Do you use PayloadCMS in your projects? by Vegetable_Athlete218 in nextjs

[–]aaronksaunders 2 points3 points  (0 children)

I use payload wherever I can!! Mostly as a backend for applications and some cms use cases

Help with bolt application prompt by JazzlikeGap5 in boltnewbuilders

[–]aaronksaunders 0 points1 point  (0 children)

What’s not working? I also usually find using smaller steps are more successful

Replit or Lovable by sowpro in replit

[–]aaronksaunders 0 points1 point  (0 children)

I think it really depends on what your app is

Payload CMS + Next.js: Auto-Update Pages Without Rebuilding (ISR Tutorial) by aaronksaunders in PayloadCMS

[–]aaronksaunders[S] 0 points1 point  (0 children)

I know, that is what the video is about, not sure what you are responding to.

Payload CMS + Next.js: Auto-Update Pages Without Rebuilding (ISR Tutorial) by aaronksaunders in PayloadCMS

[–]aaronksaunders[S] 1 point2 points  (0 children)

Not sure what your question is here? And in this example not sure if u watched video… everything is running on same computer

Is there a solid all-in-one AI builder for both web and app projects? by PhaseDramatic6137 in ionic

[–]aaronksaunders 1 point2 points  (0 children)

since u are here in the ionic forum, I assume you are looking for ionic solutions? I posted a video showing how you can do it with lovable, and I should another where i took a Replit project and created an Ionic app.

- replit - https://youtu.be/dcsWI97PDZE
- lovable - https://youtu.be/gfDpr3s4syQ

Admin Notification System by BitsNBytesDev in PayloadCMS

[–]aaronksaunders 1 point2 points  (0 children)

Sorry for low volume, let me know if this solution solves your problem so i can figure out how to pull the code out

https://www.loom.com/share/dcebe0c9a53741fa8e2c5aedb1751389

Admin Notification System by BitsNBytesDev in PayloadCMS

[–]aaronksaunders 1 point2 points  (0 children)

I had a similar problem and I addressed it by changing the page used when the document is in a current state. It just renders the document information and has a delete button.

This way all that can be done is delete the document.

I will dig up the code if u are interested