cloudflare / cloudflare/developer-platform

verified email error

Open
#25 3 comments 0 reactions 2 assignees Claimed by @korinne View on GitHub
api
Dominant language
No language data
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### What versions & operating system are you using?

latest version of the google chrome and wrangler in the latest version of kali linux in a lenovo thinkpad

### Please provide a link to a minimal reproduction

https://github.com/cloudflare/workers-sdk

### Describe the Bug

my email is verified but when i tried to deploy a worker i got an error about the email is not verified!

Image

### Please provide any relevant error logs

```
wrangler init mhr-worker
cd mhr-worker

⛅️ wrangler 4.84.1 (update available 4.90.0)
─────────────────────────────────────────────
🌀 Running `npm create cloudflare mhr-worker --`...
Need to install the following packages:
create-cloudflare@2.68.1
Ok to proceed? (y) y

👋 Welcome to create-cloudflare v2.68.1!
🧡 Let's get started.
📊 Cloudflare collects telemetry about your usage of Create-Cloudflare.

Learn more at: https://github.com/cloudflare/workers-sdk/blob/main/packages/create-cloudflare/telemetry.md

╭ Create an application with Cloudflare Step 1 of 3

├ In which directory do you want to create your application?
│ dir ./mhr-worker

├ What would you like to start with?
│ category Hello World example

├ Which template would you like to use?
│ type Worker only

├ Which language do you want to use?
│ lang JavaScript

├ Copying template files
│ files copied to project directory

├ Updating name in `package.json`
│ updated `package.json`

├ Do you want to add an AGENTS.md file to help AI coding tools understand Cloudflare APIs?
│ yes agents

╰ Application created

╭ Configuring your application for Cloudflare Step 2 of 3

├ Retrieving current workerd compatibility date
│ compatibility date 2026-05-09

├ Do you want to use git for version control?
│ yes git

├ Initializing git repo
│ initialized git

├ Committing new files
│ git commit

╰ Application configured

╭ Deploy with Cloudflare Step 3 of 3

├ Do you want to deploy your application?
│ yes deploy via `npm run deploy`

├ Logging into Cloudflare checking authentication status
│ logged in

├ Selecting Cloudflare account retrieving accounts
│ account Ttl5v@wshu.net's Account

> mhr-worker@0.0.0 deploy
> wrangler deploy

⛅️ wrangler 4.90.0
───────────────────

Cloudflare collects anonymous telemetry about your usage of Wrangler. Learn more at https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md
Total Upload: 0.19 KiB / gzip: 0.16 KiB

✘ [ERROR] A request to the Cloudflare API (/accounts/847ef70dfb2782aa6939b7ce50069f56/workers/scripts/mhr-worker) failed.

You need to verify your email address to use Workers. For more information, read our documentation on verifying your email address: https://developers.cloudflare.com/fundamentals/setup/account/verify-email-address/ [code: 10034]
To learn more about this error, visit: https://developers.cloudflare.com/fundamentals/setup/account/verify-email-address/


If you think this is a bug, please open an issue at: https://github.com/cloudflare/workers-sdk/issues/new/choose

🪵 Logs were written to "/home/matin/.config/.wrangler/logs/wrangler-2026-05-09_12-47-05_343.log"
╰ ERROR Error

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.