HELP!! help needed on production asap. THanks
my app suddenly got a lot of taffic. i use nextjs hosted on cloudflare pages (edge funtime). neon db with drizzle. many request fails. i tried scaling up the db. doesnt fix. help is appreciated
[NeonDbError: Error connecting to database: fetch failed] {
name: 'NeonDbError',
severity: undefined,
code: undefined,
detail: undefined,
hint: undefined,
position: undefined,
internalPosition: undefined,
internalQuery: undefined,
where: undefined,
schema: undefined,
table: undefined,
column: undefined,
dataType: undefined,
constraint: undefined,
file: undefined,
line: undefined,
routine: undefined,
sourceError: [TypeError: fetch failed] {
cause: [ConnectTimeoutError: Connect Timeout Error] {
name: 'ConnectTimeoutError',
code: 'UND_ERR_CONNECT_TIMEOUT',
message: 'Connect Timeout Error'
}
0 Replies