the name nodemailer implies that it's designed specifically work in nodejs so it'll likely have inco
the name nodemailer implies that it's designed specifically work in nodejs so it'll likely have incompatibilities with the edge runtime
next start and it magicaly works through this addition:npx wrangler dev --remote--remote flag when I call next start ?
next start?setupDevBindings is a thin wrapper on getPlatformProxyexport const runtime = "edge", no cache is used at all.

__NEXT_ON_PAGES__KV_SUSPENSE_CACHE

if (process.env.NODE_ENV === "development") {
const { setupDevPlatform } = require("@cloudflare/next-on-pages/next-dev")
setupDevPlatform()
}