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
I am getting an error where whenever we make an API call, there is a timeout error that cannot be overrided:
errorMessage: 'Task timed out after 30.00 seconds',
errorType: 'TimeoutError',
stackTrace: [
'new TimeoutError (/opt/homebrew/lib/node_modules/netlify-cli/node_modules/lambda-local/build/lib/utils.js:119:28)',
'Context.<anonymous> (/opt/homebrew/lib/node_modules/netlify-cli/node_modules/lambda-local/build/lib/context.js:113:19)',
'listOnTimeout (node:internal/timers:614:17)',
'processTimers (node:internal/timers:549:7)'
]
}
### Steps to reproduce
-
### CLI command and flags
-
### Configuration
[build]
command = "npm run build"
publish = "build/client"
[dev]
command = "npm run dev"
framework = "vite"
CLI output
{
errorMessage: 'Task timed out after 30.00 seconds',
errorType: 'TimeoutError',
stackTrace: [
'new TimeoutError (/opt/homebrew/lib/node_modules/netlify-cli/node_modules/lambda-local/build/lib/utils.js:119:28)',
'Context.<anonymous> (/opt/homebrew/lib/node_modules/netlify-cli/node_modules/lambda-local/build/lib/context.js:113:19)',
'listOnTimeout (node:internal/timers:614:17)',
'processTimers (node:internal/timers:549:7)'
]
}
### Environment
When I have my serverless API calls in an action function, it times out.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am getting an error where whenever we make an API call, there is a timeout error that cannot be overrided:
[build]
command = "npm run build"
publish = "build/client"
[dev]
command = "npm run dev"
framework = "vite"
CLI output
The text was updated successfully, but these errors were encountered: