[ X] Read the following guideline: Troubleshooting and Support | Squidex. I understand that my support request might get deleted if I do not follow the guideline.
Current behavior
Hi all,
I created a new app by copying and importing the schemas via cli from a different app. Among these schemas, some are singletons, and when I create a new draft, I cannot publish them. Is it possible to force the publication?
Hi Sebastian, just to update you on this topic.
Using version 7.6.1 we are having problems with some single content schemas.
The original app used to duplicate the app works perfectly, but when Federica copied the app and imported it into a new app, the single content schemas seemed as though they aren’t being registered with the workflow properly. The result is that the page is modifiable (we are able to create a new draft o delete the draft), but other than this nothing. I have checked the logs and there isn’t any signs of problems during the loading of the page in squidex.
I also tried importing the content into squidex and tried to use postman to publish via “/api/content/sardegna-statistiche/carta-identita/{id}/status” with the payload
{
“Status”: “published”,
“DueTime”: “2025-04-02T14:15:22Z”,
“CheckReferrers”: true
}
the result was this:
{
“message”: “Singleton content cannot be updated.”,
“traceId”: “00-f174dca6cc9872e0c8b35eb9dbfce339-9485f13cb21b38ce-01”,
“type”: “RFC 7231: Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content”,
“statusCode”: 400
}