-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Description
Steps to reproduce:
git clone [email protected]:upstash/upstash-redis.gitcd upstash-redis/examples/workers-with-upstash/- Fill in account_id and secrets in
wrangler.toml wrangler dev- Visit
http://localhost:8787
There are unfortunately no logs visible in the dashboard.
Error:
wrangler dev
added 8 packages, and audited 9 packages in 652ms
found 0 vulnerabilities
π Listening on http://127.0.0.1:8787
π Detected changes...
π Ignoring stale first change
[2021-11-05 23:01:52] GET workers-with-redis.chronark.workers.dev/ HTTP/1.1 500 Internal Server Error
TypeError: Illegal invocation
at worker.js:1:6853
at new Promise (<anonymous>)
at r (worker.js:1:6828)
at u (worker.js:1:7788)
at p (worker.js:1:8303)
at worker.js:1:5901
at worker.js:1:5998 at line 0, col 6851
{
"exceptionDetails": {
"columnNumber": 6851,
"exception": {
"className": "TypeError",
"description": "TypeError: Illegal invocation\n at worker.js:1:6853\n at new Promise (<anonymous>)\n at r (worker.js:1:6828)\n at u (worker.js:1:7788)\n at p (worker.js:1:8303)\n at worker.js:1:5901\n at worker.js:1:5998",
"preview": null,
"subtype": "error",
"type": "object",
"value": null
},
"lineNumber": 0,
"text": "Uncaught (in promise)",
"url": "worker.js"
},
"timestamp": 1636149712692
}
TypeError: Illegal invocation at line 0, col -2
{
"exceptionDetails": {
"columnNumber": -2,
"exception": {
"className": "TypeError",
"description": "TypeError: Illegal invocation",
"preview": null,
"subtype": "error",
"type": "object",
"value": null
},
"lineNumber": 0,
"text": "Uncaught (in response)",
"url": "undefined"
},
"timestamp": 1636149712692
}Metadata
Metadata
Assignees
Labels
No labels