request to https://kv.repl.it/graphql failed, reason: connect ECONNREFUSED 35.224.251.249:443
None of my repls can access their database.
Not sure if this is a server issue or just an issue with my repls
FetchError: request to [Database Link] failed, reason: Client network socket disconnected before secure TLS connection was established
2 Likes
jesse
2
KV was down, we have pushed a fix. We are sorry for the downtime.
5 Likes
Thank you for the reply! I’m glad the outage was solved.
I am still getting errors like this one for example, I am not sure if this is a Database issue or an issue on my side:
/home/runner/Howl-Rain-Controller-API/node_modules/quick.replit/node_modules/node-fetch/lib/index.js:1505
reject(new FetchError(`request to ${request.url} failed, reason: ${err.message}`, 'system', err));
^
FetchError: request to [database link]
Now I am currently trying to trace and find what’s happening in my code but it’s difficult because the console auto-refreshes lol.
I’ll edit this if I look into it more.
I’d recommend running nodemon
. It auto-reboots your server without clearing the console, which is very nice.
system
Closed
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.