My CMS and API stopped working sometime on Oct 24. Is anyone else having this issue? The runtime logs show MongoDB connectivity errors, but I'm able to connect using the URI. The logs show:
(payload): MongoNetworkError: getaddrinfo ENOTFOUND ac-eprzywu-lb.skhjo38.mongodb.net
[2025-10-26T06:12:12]
at connectionFailureError (/workspace/node_modules/mongodb/lib/cmap/connect.js:387:20)
[2025-10-26T06:12:12]
at TLSSocket.<anonymous> (/workspace/node_modules/mongodb/lib/cmap/connect.js:310:22)
[2025-10-26T06:12:12]
at Object.onceWrapper (node:events:633:26)
[2025-10-26T06:12:12]
at TLSSocket.emit (node:events:518:28)
[2025-10-26T06:12:12]
at emitErrorNT (node:internal/streams/destroy:170:8)
[2025-10-26T06:12:12]
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
[2025-10-26T06:12:12]
at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
[2025-10-26T06:12:15]
(payload): MongoNetworkError: getaddrinfo ENOTFOUND ac-eprzywu-lb.skhjo38.mongodb.net
[2025-10-26T06:12:15]
at connectionFailureError (/workspace/node_modules/mongodb/lib/cmap/connect.js:387:20)
[2025-10-26T06:12:15]
at TLSSocket.<anonymous> (/workspace/node_modules/mongodb/lib/cmap/connect.js:310:22)
[2025-10-26T06:12:15]
at Object.onceWrapper (node:events:633:26)
[2025-10-26T06:12:15]
at TLSSocket.emit (node:events:518:28)
[2025-10-26T06:12:15]
at emitErrorNT (node:internal/streams/destroy:170:8)
[2025-10-26T06:12:15]
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
[2025-10-26T06:12:15]
at process.processTicksAndRejections (node:internal/process/task_queues:90:21)```
I can't find any way around this and I don't have any support contact to PayloadCMS Cloud. Would greatly appreciete any advice.