dockerizer icon indicating copy to clipboard operation
dockerizer copied to clipboard

Laravel: after changing "phpMaxExecutionTime" showing type error

Open anikghosh256 opened this issue 10 months ago • 0 comments

After changing "phpMaxExecutionTime" it is showing error

242-a649d6ab3ff511a1.js:11 Uncaught ZodError: [
  {
    "code": "invalid_type",
    "expected": "number",
    "received": "string",
    "path": [
      "phpMaxExecutionTime"
    ],
    "message": "Expected number, received string"
  }
]
    at get error (242-a649d6ab3ff511a1.js:11:32599)
    at F.parse (242-a649d6ab3ff511a1.js:11:34669)
    at u (laravel-24e15a761750f2b4.js:1:8742)
    at d (837-c2cb52da41379107.js:1:6836)
    at l (837-c2cb52da41379107.js:1:6861)
    at E (328-1b618183fb3aaf18.js:11:97337)
    at T (328-1b618183fb3aaf18.js:11:97550)
    at S (328-1b618183fb3aaf18.js:11:97460)
``

anikghosh256 avatar Apr 02 '25 19:04 anikghosh256