Unable to update the status of a singleton content

I have…

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?

Best regards,
Federica

Environment

  • [X ] Self hosted with docker
  • Self hosted with IIS
  • Self hosted with other version
  • Cloud version

Version: [7.6.1]

Browser:

  • [X ] Chrome (desktop)
  • Chrome (Android)
  • Chrome (iOS)
  • Firefox
  • Safari (desktop)
  • Safari (iOS)
  • IE
  • Edge

What happens when you publish it? Any logs in chrome or squidex?

I don’t have the option to publish the content
Immagine 2025-02-21 171208

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
}

Lannie

I can try again to reproduce it, but when I am unable I need a full backup of the database (via mongo restore). I see no other options.