-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
bugSomething that isn't workingSomething that isn't working
Description
Which Cloudflare product(s) does this pertain to?
Workers Runtime, Wrangler core
What version(s) of the tool(s) are you using?
3.18
What version of Node are you using?
21.3.0
What operating system are you using?
Mac
Describe the Bug
Whenever I try to deploy cloudflare worker, I get this message
Attempting to login via OAuth...
And, it opens a link in browser. And, when I allow it in browser i get this error.
/Users/macbook/Desktop/projects/mike/tm_spinner_config/node_modules/wrangler/wrangler-dist/cli.js:29374
throw a;
^
Error: EBADF: bad file descriptor, write
at writeFileSync (node:fs:2352:20)
at writeAuthConfigFile (/Users/macbook/Desktop/projects/mike/tm_spinner_config/node_modules/wrangler/wrangler-dist/cli.js:119084:37)
at Server.<anonymous> (/Users/macbook/Desktop/projects/mike/tm_spinner_config/node_modules/wrangler/wrangler-dist/cli.js:119173:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
errno: -9,
code: 'EBADF',
syscall: 'write'
}
Node.js v21.3.
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
No response
mxschumacher, cocoliliace and re-taro
Metadata
Metadata
Assignees
Labels
bugSomething that isn't workingSomething that isn't working