Wrangler deployment error - Custom Instance

I'm getting the error
Error rolling out application project-container due to an internal error (request id: undefined): VALIDATE_INPUT
Error rolling out application project-container due to an internal error (request id: undefined): VALIDATE_INPUT
when attempting to deploy with wrangler. My wrangler.jsonc consists of:
"instance_type": {
"vcpu": 2,
"memory_mib": 4096,
"disk_mb": 4000,
}
"instance_type": {
"vcpu": 2,
"memory_mib": 4096,
"disk_mb": 4000,
}
Of course the memory and disk are the same values as the named instance "standard", setting vcpu to 0.5 to match that named instance will work, but if I set it to anything else such as 2 in my case, it will show that error.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?