Mehdi Bounya

Results 26 comments of Mehdi Bounya

I am also having this issue, setting a default ttl and limit solves the problem. I am adding this so people like don't waste a lot of time finding out...

I think the command just tries to autocomplete and you hit Enter, so it uses the value it suggested. Can you try: - Write `AppConfig` - Hit backspace - Then...

For me, I was running the pnpm command from another directory and passing the `-c` flag: `pnpm -C PATH_TO_PROJECT prisma generate` I used `exec` instead and it worked `pnpm -C...

Hello, any updates on this? or is there a workaround Facing this issue: > warning nuxt > nitropack > @rollup/plugin-commonjs > glob > [email protected]: This module is not supported, and...

@pingou2712 Just create the file **config/packages/maba_gentle_force.yaml** manually and paste this in it: ```yaml maba_gentle_force: redis: host: '%env(REDIS_HOST)%' limits: global: - max_usages: 100 period: 5m listeners: - path: ^/ limits_key: global...

@murilozilli just add ``` REDIS_HOST=YOUR_REDIS_HOST ``` to your `.env` file

I'm having the same issue

This is still an issue