diff --git a/bin/server.js b/bin/server.js index 1737cfa..cf620b2 100644 --- a/bin/server.js +++ b/bin/server.js @@ -90,6 +90,9 @@ class Server { // MIDDLEWARE END + // Delay startup to give the P2WDB time to start first, so that it accepts the webook call + await sleep(5000) + // Create webhook try { try {