Worker(wrangler) can not fetch request with async function?

For Workers & Pages, what is the name of the domain?

[email protected]

What is the issue or error you’re encountering

request always status pending

What steps have you taken to resolve the issue?

After conducting a great deal of research and tests, we still couldn’t find the answer.

What are the steps to reproduce the issue?

git clone GitHub - einsitang/cf-telegram-bot: telegram bot with cloudflare worker deploy
pnpm install
cp .dev.vars.template .dev.vars

change .dev.vars with your telegram bot token

pnpm wrangler dev

if your are not in public network , you may need ngrok to get temp public url

curl https://yourpublichaddress:8787/$telegramBotToken?settings=setWebhook

send message to your telegram bot : /test

you can see post message to worker and this application will send back to you (but is not working)

I can feedback any detail
pls contact and reply my issue