trace
trace
Explore posts from servers
CDCloudflare Developers
Created by trace on 2/6/2025 in #workers-help
Weird build error
14:24:10.311 Initializing build environment...
14:24:19.877 Success: Finished initializing build environment
14:24:20.107 Cloning repository...
14:24:22.546 Detected the following tools from environment: [email protected], [email protected]
14:24:22.547 Installing project dependencies: npm clean-install --progress=false
14:24:26.752 npm warn deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead
14:24:26.905 npm warn deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
14:25:38.443 npm error code E500
14:25:38.444 npm error 500 Internal Server Error - GET https://pkg.pr.new/opennextjs/opennextjs-aws/%40opennextjs%2Faws@695
14:25:38.445 npm error A complete log of this run can be found in: /opt/buildhome/.npm/_logs/2025-02-06T08_54_23_286Z-debug-0.log
14:25:38.486 Failed: error occurred while installing tools or dependencies
14:24:10.311 Initializing build environment...
14:24:19.877 Success: Finished initializing build environment
14:24:20.107 Cloning repository...
14:24:22.546 Detected the following tools from environment: [email protected], [email protected]
14:24:22.547 Installing project dependencies: npm clean-install --progress=false
14:24:26.752 npm warn deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead
14:24:26.905 npm warn deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
14:25:38.443 npm error code E500
14:25:38.444 npm error 500 Internal Server Error - GET https://pkg.pr.new/opennextjs/opennextjs-aws/%40opennextjs%2Faws@695
14:25:38.445 npm error A complete log of this run can be found in: /opt/buildhome/.npm/_logs/2025-02-06T08_54_23_286Z-debug-0.log
14:25:38.486 Failed: error occurred while installing tools or dependencies
It worked properly yesterday but today been getting this error. Locally with build:worker command the build was successful Deploying an next.js application with with workers
1 replies
CCConvex Community
Created by trace on 3/17/2024 in #show-and-tell
PostIT: Share with your group.
No description
11 replies
CCConvex Community
Created by trace on 2/29/2024 in #show-and-tell
Snippet Share
Made this application using Convex, next.js, and next-auth. A user does not need an account to preview a snippet. The notes below the following code is generated using AI. https://snippet-share-gamma.vercel.app/preview/jh7fpe0ayqe0cc84j96j5exrfh6mdbkx https://snippet-share-gamma.vercel.app/ Let me know if you come across any bug
20 replies
CCConvex Community
Created by trace on 10/16/2023 in #support-community
Error started showing up after I deleted all the documents from the DB
Error: [CONVEX Q(documents:getById)] ArgumentValidationError: Object is missing the required field `documentId`. Consider wrapping the field validator in `v.optional(...)` if this is expected.

Object: {}
Validator: v.object({documentId: v.id("documents")})


Called by client
Error: [CONVEX Q(documents:getById)] ArgumentValidationError: Object is missing the required field `documentId`. Consider wrapping the field validator in `v.optional(...)` if this is expected.

Object: {}
Validator: v.object({documentId: v.id("documents")})


Called by client
Any help on why this might be happening?
2 replies