-
**Describe the bug**
Don't think is a bug but I just can't fix the CORS issue.
**Steps to reproduce the behavior**
1. Add:
```
{
"cors": {
"enabled": true,
"origin": "*"
}
}
…
-
Landing page with type-ahead search/tags-driven navigation of guides, starter templates, universe actions catalog (stretch).
@slumbering @Camille-Elairin @crjm
related: #2557 #1912 #2472 #2585
-
## Bug report
### Describe the bug
Moved my strapi build from digitaloceans one click service to aws self-installed strapi on ubuntu 18. with postgres rds.
Database was migrated using aws da…
-
**How to write node script that has access of strapi.services?**
We want to write some node js scripts to do some database insertions. How can we use strapi.services.xxx.add in our script? Please…
-
## Bug report
When use an filter operator in the query it fails and throws a cors error:
### Describe the bug
If don't use operators all queries works fine in the server but when use any fi…
-
## Bug report
### Describe the bug
Today I noticed malicious request on my backend server which caused the server to crash.
```
[2021-06-09T13:51:40.646Z] debug GET /admin/.htpasswd (0 ms) 2…
-
## Bug report
### Required System information
- Node.js version: 16.11.1
- NPM version: 8.0.0
- Strapi version: 4.1.12
- Database: sqlite3
- Operating system: Windows 11
### Describe the …
-
https://github.com/strapi/strapi/blob/48a818041ece8930202b43d8327ff2c27e4c5870/packages/strapi-plugin-users-permissions/controllers/validation/email-template.js#L6
I want to pass in USER.name or US…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question, fe…
-
Hi, I'm trying to secure a file upload to only accept certain file types (extension and mime check).
Since Strapi uses koa-body and formidable to handle uploads, I followed their respective readmes…