System Information
- Strapi Version: v4.0.5
- OS: Windows 10 (WSL2)
- Database: Sqlite
- Node Version: v14.18.2
- NPM Version: v6.14.15
- Yarn Version: 1.22.11
I have a content type called active stream. I am making a mutation with GraphQL from the web interface. The content record is created, but it is not published. I have checked for any required fields that could be missing, and I am providing data for all the relations as well. I am encountering this problem with every content type.
I have used strapi with other projects as well, it works just fine. This one in particular is proving to be quite problematic.
Thank you for your help.
-Nabeegh