Artur
Artur
when does the error occur?
when you create a new collection or update an existing one?
Is it possible to create a video, so I can understand when and where the error happens?
nope, can't reproduce
> basically, if you have multiple preview endpoints for different collections with the same key it will break the code I still don't get it. Can you provide more details...
@pozylon Thanks, unfortunately I still can't reproduce it. Do you have any custom code that hooks into the content model save event maybe?
Let me know if I can support you to investigate the issue, as I want to release a new version soon and want to make sure that this issue won't...
Hi 👋 You can already do this with a custom api endpoint. # Example Create the following file: `config/api/batch-content-items.php` With the following contents: ```php
FYI: This is now part of the core: https://getcockpit.com/documentation/core/api/content#get-content-items
Hi 👋 this had multiple reasons, as it most of the times needed additional custom implementation. How to implement a (simple) slug solution: In your `/config/bootstrap.php` file (create one if...