Skip to content

Common Issues

Note

If you don't find a solution here, please search or ask in Github Issues, or ask in the Telegram group.

General

IssueSolution
Sending emails to authenticated forwarding addresses using Cloudflare WorkersUse CF's API for sending, only supports recipient addresses bound to CF, i.e., CF EMAIL forwarding destination addresses
Binding multiple domainsEach domain needs to configure email forwarding to worker
IssueSolution
Uncaught Error: No such module "path". imported from "worker.js"Reference
No such module "node:stream". imported from "worker.js"Reference
Subdomain cannot send emailsReference
Failed to send verify code: No balanceSet unlimited emails in admin console or increase quota on the sending permission page
Github OAuth unable to get email 400 Failed to get user emailGitHub user needs to set email to public
Cannot read properties of undefined (reading 'map')Worker variables not set successfully
IssueSolution
network errorUse incognito mode or clear browser cache and DNS cache

Telegram Bot

IssueSolution
Telgram Bot failed to get email: 400: Bad Request:BUTTON_URL_INVALIDtg mini app URL is incorrect, should be the pages URL
Telegram bot bind error: bind adress count reach the limitNeed to set worker variable TG_MAX_ADDRESS

Github Actions

IssueSolution
After Github Action deployment, CF always shows preview branchGo to CF pages settings to confirm that the frontend branch matches the Github Action frontend deployment branch

Based on MIT license