Jeff
Jeff
CDCloudflare Developers
Created by Jeff on 7/18/2024 in #workers-help
do-taskmanager with rpc
That would be amazing!
4 replies
CDCloudflare Developers
Created by Jeff on 7/18/2024 in #workers-help
do-taskmanager with rpc
cc @Erwin if he's available? 😄
4 replies
CDCloudflare Developers
Created by Jeff on 5/29/2024 in #pages-help
node-gyp issues
2024-05-29T14:24:02.886290Z CFPAGESLOG:[4/4] Building fresh packages...
2024-05-29T14:24:02.893792Z CFPAGESLOG:success Installed "node-gyp@10.1.0" with binaries:
2024-05-29T14:24:02.894046Z CFPAGESLOG: - node-gyp
2024-05-29T14:24:06.712691Z CFPAGESLOG:Error: Exit with error code: 1
2024-05-29T14:24:06.713095Z CFPAGESLOG: at ChildProcess.<anonymous> (/snapshot/dist/run-build.js)
2024-05-29T14:24:06.713980Z CFPAGESLOG: at Object.onceWrapper (node:events:652:26)
2024-05-29T14:24:06.714109Z CFPAGESLOG: at ChildProcess.emit (node:events:537:28)
2024-05-29T14:24:06.714416Z CFPAGESLOG: at ChildProcess._handle.onexit (node:internal/child_process:291:12)
2024-05-29T14:24:06.726189Z CFPAGESLOG:Failed: build command exited with code: 1
2024-05-29T14:24:06.729502Z ERROR:root:Unhandled error in step build_assets
2024-05-29T14:24:06.729550Z Traceback (most recent call last):
2024-05-29T14:24:06.730372Z File "/opt/pages/build_tool/main.py", line 205, in run_step
2024-05-29T14:24:06.730390Z step_error = step_fn(config, logs)
2024-05-29T14:24:06.730400Z File "/opt/pages/build_tool/main.py", line 165, in step_build
2024-05-29T14:24:06.730409Z env_vars, memory_limit, logs)
2024-05-29T14:24:06.730419Z File "/opt/pages/build_tool/steps/build_assets.py", line 256, in build_assets
2024-05-29T14:24:06.730428Z raise RuntimeError(errors.ERR_BUILD_COMMAND_FAILED)
2024-05-29T14:24:02.886290Z CFPAGESLOG:[4/4] Building fresh packages...
2024-05-29T14:24:02.893792Z CFPAGESLOG:success Installed "node-gyp@10.1.0" with binaries:
2024-05-29T14:24:02.894046Z CFPAGESLOG: - node-gyp
2024-05-29T14:24:06.712691Z CFPAGESLOG:Error: Exit with error code: 1
2024-05-29T14:24:06.713095Z CFPAGESLOG: at ChildProcess.<anonymous> (/snapshot/dist/run-build.js)
2024-05-29T14:24:06.713980Z CFPAGESLOG: at Object.onceWrapper (node:events:652:26)
2024-05-29T14:24:06.714109Z CFPAGESLOG: at ChildProcess.emit (node:events:537:28)
2024-05-29T14:24:06.714416Z CFPAGESLOG: at ChildProcess._handle.onexit (node:internal/child_process:291:12)
2024-05-29T14:24:06.726189Z CFPAGESLOG:Failed: build command exited with code: 1
2024-05-29T14:24:06.729502Z ERROR:root:Unhandled error in step build_assets
2024-05-29T14:24:06.729550Z Traceback (most recent call last):
2024-05-29T14:24:06.730372Z File "/opt/pages/build_tool/main.py", line 205, in run_step
2024-05-29T14:24:06.730390Z step_error = step_fn(config, logs)
2024-05-29T14:24:06.730400Z File "/opt/pages/build_tool/main.py", line 165, in step_build
2024-05-29T14:24:06.730409Z env_vars, memory_limit, logs)
2024-05-29T14:24:06.730419Z File "/opt/pages/build_tool/steps/build_assets.py", line 256, in build_assets
2024-05-29T14:24:06.730428Z raise RuntimeError(errors.ERR_BUILD_COMMAND_FAILED)
7 replies
CDCloudflare Developers
Created by Jeff on 5/29/2024 in #pages-help
node-gyp issues
Just got this back from support. Unfortunately it had been 2 weeks and I just ended up adding node-gyp to deps, which seems fine so far
7 replies
CDCloudflare Developers
Created by Jeff on 5/29/2024 in #pages-help
node-gyp issues
Reported this to paid support, will post back if we figure it out !
7 replies
CDCloudflare Developers
Created by Jeff on 5/29/2024 in #pages-help
node-gyp issues
Caching is disabled and we're on build system V2
7 replies
CDCloudflare Developers
Created by Jeff on 5/29/2024 in #pages-help
node-gyp issues
We have:
YARN_VERSION=1
NODE_VERSION=20
YARN_VERSION=1
NODE_VERSION=20
7 replies
CDCloudflare Developers
Created by Jeff on 5/29/2024 in #pages-help
node-gyp issues
Deployment ID: 138da382-d26d-44ff-86d0-c01713682651 (after pressing retry a few times) builds, no error code 1
7 replies
CDCloudflare Developers
Created by Jeff on 3/23/2024 in #next-on-pages
It seems that passing of specific `x-
Hello, I inherited this project from a client that probably broke some no-nos, but basically we were using: https://create.t3.gg/
import { headers } from "next/headers";
<TRPCReactProvider headers={headers()}>
import { headers } from "next/headers";
<TRPCReactProvider headers={headers()}>
in nextjs app dir and this headers() call was returning a header cf-connecting-ip that was problematic, as Erisa pointed out in the main channel. Unclear to me why, maybe something server components related, or maybe that shouldn't have been passed "headers" obj on the UI side. Because of this, the requests from the UI to x.pages.dev was blocked on CF side, error code 1000 I wish I could provide more but am currently too busy
2 replies