You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[16:26:58.517] ERROR (13439): Numeric separator can not be used after leading 0.
request_id: "vy66l4s8pvs5e8qm2ols2llg"
x-request-id: "vy66l4s8pvs5e8qm2ols2llg"
err: {
"type": "SyntaxError",
"message": "Numeric separator can not be used after leading 0.",
"stack":
SyntaxError: Numeric separator can not be used after leading 0.
at new AsyncFunction (<anonymous>)
at Compiler.#toAsyncFunction (path/to/my/project/node_modules/@vinejs/compiler/src/compiler/main.ts:119:12)
at Compiler.compile (path/to/my/project/node_modules/@vinejs/compiler/src/compiler/main.ts:181:33)
at VineValidator (path/to/my/project/node_modules/@vinejs/vine/src/vine/validator.ts:120:8)
at Vine.compile (path/to/my/project/node_modules/@vinejs/vine/src/vine/main.ts:67:12)
at <anonymous> (path/to/my/projectapp/validators/secretariats_controller.ts:49:37)
at ModuleJob.run (node:internal/modules/esm/module_job:262:25)
at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:485:26)
at importDefault (path/to/my/project/node_modules/@poppinss/utils/src/import_default.ts:19:25)
at Object.handle (path/to/my/project/node_modules/@adonisjs/fold/src/module_importer.ts:157:29)
"status": 500
}
Finally if I make the following changes it solves the problem:
Package version
2.1.0
Describe the bug
I am looking to use the following scheme:
and it produces the following error:
Finally if I make the following changes it solves the problem:
Thanks a lot for any solution
Reproduction repo
No response
The text was updated successfully, but these errors were encountered: