Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: globalThis.XMLHttpRequest is not a constructor #3

Open
ak4zh opened this issue Sep 1, 2022 · 1 comment
Open

Error: globalThis.XMLHttpRequest is not a constructor #3

ak4zh opened this issue Sep 1, 2022 · 1 comment

Comments

@ak4zh
Copy link

ak4zh commented Sep 1, 2022

Trying to use with wrangler v2

const { Telegraf } = require('telegraf');
const { Application, Router } = require('@cfworker/web');
const createTelegrafMiddleware = require('cfworker-middleware-telegraf');

const bot = new Telegraf("MY_TOKEN");
const router = new Router();
router.post(`/SECRET`, createTelegrafMiddleware(bot));
new Application().use(router.middleware).listen();

running wrangler dev results in Error: globalThis.XMLHttpRequest is not a constructor

@dandaka
Copy link

dandaka commented Feb 13, 2023

Same here, not working as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants