Deo Kumar
Deo Kumar
CDCloudflare Developers
Created by Deo Kumar on 4/3/2025 in #workers-help
Deploy to Cloudflare button doesn't work
As soon as I click on deploy to Cloudflare and dashboard loads.
14 replies
CDCloudflare Developers
Created by Deo Kumar on 4/3/2025 in #workers-help
Deploy to Cloudflare button doesn't work
14 replies
CDCloudflare Developers
Created by Deo Kumar on 4/3/2025 in #workers-help
Deploy to Cloudflare button doesn't work
Earlier (when button style was different), no such issues were faced + we were able to deploy multiple workers using --config option but now it strictly asks the repo to have wrangler.json(c), wrangler.toml
14 replies
CDCloudflare Developers
Created by Deo Kumar on 4/3/2025 in #workers-help
Deploy to Cloudflare button doesn't work
No fetch errors in networks tab
14 replies
CDCloudflare Developers
Created by Deo Kumar on 4/3/2025 in #workers-help
Deploy to Cloudflare button doesn't work
In console it shows: TypeError: Cannot read properties of undefined (reading 'length') Probably permissionGroups.length
S = ({accountId: H, permissionGroups: V}) => {

// ....

return {
buildTokens: (p = u) !== null && p !== void 0 ? p : [],
isLoading: v || _ || V.length === 0
}
}
S = ({accountId: H, permissionGroups: V}) => {

// ....

return {
buildTokens: (p = u) !== null && p !== void 0 ? p : [],
isLoading: v || _ || V.length === 0
}
}
14 replies
CDCloudflare Developers
Created by Deo Kumar on 4/3/2025 in #workers-help
Deploy to Cloudflare button doesn't work
No, it doesn't do anything.
14 replies
CDCloudflare Developers
Created by Deo Kumar on 4/3/2025 in #workers-help
Deploy to Cloudflare button doesn't work
Someone tried to fork it but he failed, I am also facing the same issue.
14 replies
CDCloudflare Developers
Created by Deo Kumar on 4/3/2025 in #workers-help
Deploy to Cloudflare button doesn't work
14 replies
CDCloudflare Developers
Created by Deo Kumar on 4/3/2025 in #workers-help
Deploy to Cloudflare button doesn't work
14 replies
CDCloudflare Developers
Created by TLENS on 9/27/2024 in #workers-help
How configure workers with assets for intercept public/index.html
4 replies
CDCloudflare Developers
Created by TLENS on 9/27/2024 in #workers-help
How configure workers with assets for intercept public/index.html
I am not sure, assets workers do not support middleware yet, if asset to corresponding pathname is found, asset will be served and workers will not be invoked for that pathname.
4 replies
CDCloudflare Developers
Created by coinchimp on 9/20/2024 in #pages-help
Error: Pages only supports files up to 25 MiB in size
6 replies
CDCloudflare Developers
Created by lord5et on 9/9/2024 in #workers-help
Request from worker to worker fails
2 replies