Local Web Server keeps crashing - NodeJS

Here is an instance where the server dropped out during a webhook process:

2025-09-06 13:13:51   --> invoice.payment_succeeded [evt_1S4CZYAlbE2dAmJdeOggIUF6]
2025-09-06 13:13:51  <--  [200] POST http://localhost:3000/webhooks/stripe/ [evt_1S4CZYAlbE2dAmJdeOggIUF6]
2025-09-06 13:13:52  <--  [200] POST http://localhost:3000/webhooks/stripe/ [evt_1S4CZXAlbE2dAmJdiJWgLC7i]
2025-09-06 13:14:44   --> invoice.upcoming [evt_1S4CaOAlbE2dAmJdcWjlwaEe]
2025-09-06 13:14:44  <--  [200] POST http://localhost:3000/webhooks/stripe/ [evt_1S4CaOAlbE2dAmJdcWjlwaEe]
2025-09-06 14:14:10   --> checkout.session.expired [evt_1S4DVuAlbE2dAmJdusZsaBkR]
2025-09-06 14:14:12            [ERROR] Failed to POST: Post "http://localhost:3000/webhooks/stripe/": dial tcp [::1]:3000: connectex: No connection could be made because the target machine actively refused it.
``

We have improved the monitoring and implemented an auto restart, when the local server dies.

Will be available in the next update

1 Like

Fixed in Wappler 7.3

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.