Getting lots of CF errors while working locally with `--remote`

Way more errors than usual today that don't seem to result from anything I'm doing in code. Here's two of the errors I'm seeing frequently. I have to restart the Worker each time.
✘ [ERROR] Error on remote worker: ParseError: A request to the Cloudflare API (/accounts/************/workers/scripts/hlp-v2-back-dev/edge-preview) failed.
text: 'binding central of type d1 failed to generate. Please try again later or contact
support. [code: 10021]'
✘ [ERROR] Error on remote worker: ParseError: A request to the Cloudflare API (/accounts/************/workers/scripts/hlp-v2-back-dev/edge-preview) failed.
text: 'binding central of type d1 failed to generate. Please try again later or contact
support. [code: 10021]'
and
✘ [ERROR] Error in ProxyController: Error inside ProxyWorker

{
name: 'Error',
message: 'internal error',
stack: 'Error: internal error'
}
✘ [ERROR] Error in ProxyController: Error inside ProxyWorker

{
name: 'Error',
message: 'internal error',
stack: 'Error: internal error'
}
2 Replies
Walshy
Walshy2w ago
Aware of d1 issues, team is looking
Mitya
MityaOP2w ago
Ah OK, thanks for the confirmation Realise now I should have checked #d1-database first - I'm just used to assuming any errors are unique to me and my weird setup!

Did you find this page helpful?