denoland / denoland/deploy_feedback
[Bug]: Error: txnproxy call failed with client error,
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
### Problem description
I am starting to get this in deno deploy. It kills my server.
That's the entire error message, and I have no idea what transactionDomainNotFound is about
```js
Error: txnproxy call failed with client error, status: 404 Not Found, message: {
"code": "transactionDomainNotFound",
"message": "Transaction domain not found"
}
at async KvListIterator. (ext:deno_kv/01_db.ts:143:30)
at async KvListIterator.next (ext:deno_kv/01_db.ts:583:21)
```
### Steps to reproduce
Deploy then connect with a websocket
### Expected behavior
To not have the error and crash
### Environment
- local host deno 2.5.6
- deno deploy ??
### Possible solution
_No response_
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.