Any system down? Connection rejected - Repl changes not saving

Hello,

My Repl has been working flawlessly for 2 months until this morning when I’m getting a…

Auto-switching node-fetch to @replit/node-fetch for cjs support
Hint: hit control+c anytime to enter REPL.
Listening to http://localhost:3000
node:internal/process/promises:288
            triggerUncaughtException(err, true /* fromPromise */);
            ^

[Error: connect ECONNREFUSED 162.159.137.232:443] {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '162.159.137.232',
  port: 443
}

Node.js v18.12.1
repl process died unexpectedly: exit status 1
 

I’ve checked the target connection and tested directly on their site - everything’s up. I have other Repls that use the same API and everything seems to be working. It’s like the node/site where this very Repl is located is down (https://solusd.bizarrebra.repl.co).

Also, when doing some changes in my code trying to debug this, I’ve noticed that the cloud icon blinks and never saves the changes. I think there’s something down in that node.

Any ideas how can I investigate further? Thanks!