This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 334
Provide a readable error message for API code 10034 - Please verify your email #320
Comments
EverlastingBugstopper
added
feature
Feature requests and suggestions
status - PR welcome
labels
Jul 15, 2019
error 7003 is not specific enough for us to give a good error message. @rita3ko let's chat about this! |
i believe this particular error had to do with a missing account id in the wrangler.toml. we check for that now on publish, so it should mitigate this particular error. wrt the reported error with subdomain registration, this is actually about to become a thing, so we'll need to handle a 10034 error (email not yet verified). |
Update - before when I ran this command I did not include my $ wrangler whoami
π π You are logged with the email 'notvalidatedemail@gmail.com'. $ wrangler subdomain jazz
π Registering your subdomain, jazz.workers.dev, this could take up to a minute.
β¨ Success! You've registered jazz. |
Seems like this is expected - we should print out a nice error message for $ wrangler publish
β¨ Built successfully, built project size is 517 bytes.
β¨ Successfully published your script.
Error: Something went wrong! Status: 403 Forbidden, Details {
"result": null,
"success": false,
"errors": [
{
"code": 10034,
"message": "workers.api.error.email_verification_required"
}
],
"messages": []
} |
EverlastingBugstopper
changed the title
Error message for subdomain registration w/o email-authenticated account needs updated
Handle API error when publishing to workers.dev with an invalid email
Sep 13, 2019
ashleymichal
added
regression
Something is broken, but works in previous releases
design
and removed
external bug
blocked
labels
Sep 17, 2019
EverlastingBugstopper
changed the title
Handle API error when publishing to workers.dev with an invalid email
Provide a readable error message for API code 10034 - Please verify your email
Oct 8, 2019
EverlastingBugstopper
added
status - PR welcome
and removed
regression
Something is broken, but works in previous releases
design
labels
Oct 8, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This should be updated to inform the user that they need to validate their email before they can register the subdomain (maybe give them a link to re-send the email?)
The text was updated successfully, but these errors were encountered: