-
## Bug
The issue occurs at the "Configure installed packages" step.
I'm using an M2 Pro Macbook, running macOs 13.2.1.
```
┌ Configure installed packages
│ CREATE: config/app.ts
│ CREATE…
-
### About the error
**I am using browser client provided by japa to run e2e tests.**
I'm tryng to run global transaction for each test on group using the code above:
![Screenshot from 2024-01-2…
-
## Package version
"@adonisjs/core": "^5.1.6"
## Node.js and npm version
node -v
v14.17.0
npm -v
6.14.13
## Code Sample
In the route.ts file I have
`
Route.get('/', async (ctx) => …
-
Can't create extension with the following code:
```ts
import BaseSchema from '@ioc:Adonis/Lucid/Schema';
export default class extends BaseSchema {
public async up() {
this.db.raw(`CREAT…
-
It would be nice to get a some kind of reference to a job after it was dispatched, so we can track its status.
so instead of "fire and forget"
```ts
await MyJob.dispatch({config})
```
we co…
-
Create notification tables and bootstrap NestJS objects (controller, service...)
Create a first notification, dispatched when someone is assigned to a task
Do we use a library? Would be ideal to…
-
I'm using Turbo as part of Adonis, but I can't seem to extend the Response object. I followed the guidelines from the documentation, but am constantly thrown a 500 error. I've logged the respons…
-
## Package version
1.6.0
## Node.js and npm version
node v18.16.0
npm 9.5.1
## Sample Code (to reproduce the issue)
Start a new Adonis project with the i18n package:
```bash
npm init a…
-
## Package version
@adonisjs/http-server@5.12.0
## Node.js and npm version
node@18.17.1, npm@9.6.7
## Sample Code (to reproduce the issue)
```ts
// In any controller
ctx.response.header('Co…
-
After stepping through the install instructions, I was trying to log a custom event when a user OAuth's in via Ally. Unfortunately, I get an error that '../src/audit/createAudit' cannot be found. L…