Billy
Billy
CDCloudflare Developers
Created by Billy on 8/30/2024 in #general-help
Auth with Cloudflare?
Is there a product in CF I can use to begin adding authentication for a groups of users?
2 replies
CDCloudflare Developers
Created by Billy on 2/28/2024 in #workers-help
scheduled workers
Just curious how you all go about testing your scheduled workers after deployment. I've tested locally but wanted to do one run to make sure the database binding is in place properly. I could fiddle with the schedule but wondered if there was an unpublished way to kick it off in the dashboard UI or via some hidden endpoint. Thank you.
3 replies
CDCloudflare Developers
Created by Billy on 12/8/2023 in #workers-help
Should I be able to run `pages dev` on port 80?
When I try to wrangler pages dev .svelte-kit/cloudflare --port 80 I get the following error:
Library/pnpm/global/5/.pnpm/wrangler@3.19.0/node_modules/wrangler/wrangler-dist/cli.js:29374
throw a;
^

MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.
at #assembleAndUpdateConfig (/Users/billyclark/Library/pnpm/global/5/.pnpm/miniflare@3.20231030.3/node_modules/miniflare/dist/src/index.js:8889:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Mutex.runWith (/Users/billyclark/Library/pnpm/global/5/.pnpm/miniflare@3.20231030.3/node_modules/miniflare/dist/src/index.js:3861:16) {
code: 'ERR_RUNTIME_FAILURE',
cause: undefined
}

Node.js v20.0.0
Library/pnpm/global/5/.pnpm/wrangler@3.19.0/node_modules/wrangler/wrangler-dist/cli.js:29374
throw a;
^

MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.
at #assembleAndUpdateConfig (/Users/billyclark/Library/pnpm/global/5/.pnpm/miniflare@3.20231030.3/node_modules/miniflare/dist/src/index.js:8889:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Mutex.runWith (/Users/billyclark/Library/pnpm/global/5/.pnpm/miniflare@3.20231030.3/node_modules/miniflare/dist/src/index.js:3861:16) {
code: 'ERR_RUNTIME_FAILURE',
cause: undefined
}

Node.js v20.0.0
Did I miss something in the docs about this or is this a bug? I did see this https://github.com/cloudflare/workers-sdk/issues/3676 but don't see triage or acknowledgement. Thanks!
24 replies
CDCloudflare Developers
Created by Billy on 12/2/2023 in #pages-help
trigger build and deployment on tags instead of branch?
I'm using a monorepo and would like to trigger builds based on tags instead of a branch, I can't seem to find anything about that in the docs. It appears this can only be done through branches, is that a hard constraint?
3 replies