-
I have seen this error many times when my app errs for some reason or another as long as there is data that has something to do with the knex or bookshelf module. Other modules in this case have nothi…
-
**Describe the bug**
In Fresh Installation, It Gives some export / Typescript Related Errors, Kindly Fix, It is Not Working
**Stack trace**
```
node_modules/mikro-orm/dist/query/QueryBuilderHel…
-
package.json:
{
"name": "sortyfied-demo",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"engines": {
"node": ">=6.11.5"
},
"directories": {
"test": "t…
-
Hi
Is there a way to restrict the generated schema to a single root type like `User` ?
Here is why:
I have `User`s and `Account`s.
```js
const graphQlSchema = graphQlBuilder()
.model(User…
-
# Edit: I've found one solution
I simply `clone` my project from Gitlab and ran `npm install` and `npm strapi build`
# Original problem
Hello the Strapi Team ! 👋 Thank you for your hard wor…
-
I´m running into a bug where, when using Quasar together with Knex, it is demanding a package for a driver that's not even in use:
```
ERROR Failed to compile with 1 errors …
-
## Information
- **Version:** 5.44.6
- Packages:
A few sentences describing the overall goals of the issue.
## Example
```typescript
@Controller("/files")
@UseAuth(AuthMiddleware, {rol…
IARKI updated
4 years ago
-
- Operating system and version: Ubuntu 16.04
- `nvm debug` output:
```sh
nvm --version: v0.33.8
$SHELL: /bin/zsh
$HOME: /home/karan
$NVM_DIR: '$HOME/.nvm'
$PREFIX: ''
$NPM_CONFIG_P…
-
**Describe the bug**
I installed strapi on my newly created gcloud vm instance. Using nodejs version 10.16.0
**Steps to reproduce the behavior**
1 Installed using `npm i -g strapi@beta`
…
-
I have 306 tests in my project (all run fine with Jest from command). I have played with the filtering tests feature but now I cannot run all tests again (no .only or .fit applicable). Jest runs them …