documentation
documentation copied to clipboard
Strapi Documentation
### Link to the documentation page or resource https://docs.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/entity-service/crud.html#findmany ### Describe the bug Documentation incorrectly states that default publicationState in entityService is "live". In reality, the entity service does not...
**Summary** Hi first I love Strapi as noob I like the feature to add a field for UIDs but it could be awsome have an option to mix more than...
**Summary** For example, I use strapi to manage two websites. On the right side, I use "collection types" to display them in groups. I think this will be better. **Why...
[Request]: How to manipulate data before writing into a db and reading from db ( example Crypto )?
**Summary** I wish to crypto data before saving into database and decrypt after reading. How to? **Why is it needed?** To mask sensitive data. **Suggested solution(s)** _No response_ **Related issue(s)/PR(s)**...
## Bug report ### Describe the bug Everything went fine till point 6. [Link](https://strapi.io/documentation/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/amazon-aws.html#_6-install-pm2-runtime) Reaching that point I get this error ``` error KnexTimeoutError: Knex: Timeout acquiring a connection. The...
### Summary How to show which user insert/delete/update the data? ### Why is it needed? To filter data or know which users put and manage data. ### Suggested solution(s) _No...
### Link to the documentation page or resource https://strapi.io/documentation/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/amazon-aws.html ### Describe the bug When you attempt to clone your github project, GitHub no longer accepts username and password for authentication....
### Link to the documentation page or resource https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/deployment/optional-software/nginx-proxy.html#nginx-virtual-host ### Describe the bug The settings for NGINX subfolder split are incorrect. Nginx doesn't allow same location used twice. ` ......
### What does it do? Updates the IsOwner guide for Strapi v4 ### Why is it needed? The current guide is deprecated. Important to note that I think this guide...
### Why is it needed? v4 handles templates differently than v3. On v3, we used Github to host them. Now they are published as npm packages. Some features were also...