Отключи cloudflare, если используешь его
там такая ошибка при запуске бота
root@194-67-126-241:/var/www/html/storage/bot# node app.js
/var/www/html/node_modules/requestify/lib/request.js:124
throw new Error('Url is invalid');
^
Error: Url is invalid
at Request.getUrlParts (/var/www/html/node_modules/requestify/lib/request.js:124:15)
at Request.getProtocol (/var/www/html/node_modules/requestify/lib/request.js:135:17)
at call (/var/www/html/node_modules/requestify/lib/requestify.js:82:36)
at callRouter (/var/www/html/node_modules/requestify/lib/requestify.js:155:20)
at Object.request (/var/www/html/node_modules/requestify/lib/requestify.js:194:20)
at Object.api.(anonymous function) [as post] (/var/www/html/node_modules/requestify/lib/requestify.js:303:28)
at double.post (/var/www/html/storage/bot/double.js:100:16)
at double.start (/var/www/html/storage/bot/double.js:22:10)
at Object.<anonymous> (/var/www/html/storage/bot/app.js:17:8)
at Module._compile (module.js:653:30)