I’ve just noticed that when I create new pages, I get an error message saying that a draft with the URL shortlink already exists. However, this is not true. The message also appears with fantasy names.
I haven’t created any new pages in the panel for some time, so I can’t trace back to when the error existed.
Also, I am using the same plug-ins and config.php settings as in another existing installation. Therefore, it is difficult for me to find the cause.
Also, this area from the blueprint is identical to the working installation:
drafts:
label: "Entwürfe ({{ page.drafts.count }})"
type: pages
status: draft
info: "{{ page.date.toDate('d.m.Y') }}"
sortBy: title asc
image:
query: page.cover.toFile
cover: true
back: black
templates:
- default
- produkt
- branche
# The error message also appears if I omit the predefined templates.
Why is there no template selector although in your blueprint section you allow multiple templates? As if the section you are showing is not the one responsible for the page you’re trying to create
Well recognized, I had not paid attention to this in the uplaod.
The screenshot comes from another page area where only one template is defined.
In general, however, the error message runs through all pages where new pages can be created.
Here is the screenshot of the blueprint code example shown above:
I was able to locate the error or trigger: Statistics are displayed on every page in the panel. I had extended this with the UUID. If I delete the line, I can create new pages again. What is wrong with this line and what should it be called correctly?