LimesKey
LimesKey
CDCloudflare Developers
Created by LimesKey on 6/2/2024 in #general-help
Installing packages to a Cloudflare Pages enviornment
I'm setting up and Tauri and Svelte website on Cloudflare pages and I've run into a issue installing packages using apt as a root user. I'm getting The "no new privileges" flag is set, which prevents sudo from running as root.. Does Cloudflare Pages allow me installing packages like this?
23 replies
CDCloudflare Developers
Created by LimesKey on 1/30/2023 in #workers-help
Transform Rule Modify Request Header Variable Api Request
I am trying to fetch a variable from a modify request header I created, the url I am using is https://api.cloudflare.com/client/v4/zones/{zone_id}/rulesets/{ruleset_id} with zone_id being the zone_id of my website, and ruleset_id being the value of the string of characters I get in my browser when I click on the specific rule I created. Error message I get,
"result": null,
"success": false,
"errors": [
{
"message": "not found"
}
],
"messages": null
}
"result": null,
"success": false,
"errors": [
{
"message": "not found"
}
],
"messages": null
}
Not sure if this applies to the worker category but couldn't find another category that applied better.
1 replies