ben
CDCloudflare Developers
•Created by ben on 10/24/2024 in #pages-help
I can't get `wrangler dev` to work with kv
Everything works with just vite dev
just changed my wrangler.toml to
also it's
wrangler pages dev
, not wrangler dev
Internet resources and most stuff is just outdated except for the documentation, which is quite good, congrats5 replies
CDCloudflare Developers
•Created by ben on 10/24/2024 in #pages-help
I can't get `wrangler dev` to work with kv
ok so I should be settings this is it
nvm https://developers.cloudflare.com/pages/configuration/build-configuration/#framework-presets
pages_build_output_dir
according to https://developers.cloudflare.com/pages/functions/wrangler-configuration/
What should I set it to? this is .svelte-kit madness, there's no definitive output folder here, more like 4 folders with weird files in them
.svelte-kit/output/client
? why are there so many folders5 replies
CDCloudflare Developers
•Created by ben on 10/24/2024 in #pages-help
I can't get `wrangler dev` to work with kv
I also get this when the app build in the deployed pages:
5 replies
CDCloudflare Developers
•Created by ben on 10/24/2024 in #pages-help
I can't get `wrangler dev` to work with kv
package.json
5 replies
CDCloudflare Developers
•Created by FunnyClouds on 8/18/2023 in #general-help
Client certificates question
https://community.cloudflare.com/t/fyi-http3-quic-mode-w-mtls-is-causing-problems-with-chromium-browsers/427089
This guy just saved me so, SO, SOOOOOOOO much time
14 replies
CDCloudflare Developers
•Created by FunnyClouds on 8/18/2023 in #general-help
Client certificates question
I have tested my setup with curl by providing the certificate with:
curl -L -v --cert-type P12 --cert ./<cert-name>.p12:'<cert-password>' https://<my-domain>
and it works, so the issue is definitely that the website does not ask the browser for a certificate14 replies
CDCloudflare Developers
•Created by FunnyClouds on 8/18/2023 in #general-help
Client certificates question
I am also looking to do this and have found very little resources on how to do so.
I have set up the rules in WAF and generated certificates, I have also added them to the devices, however the problem that I am facing is that when accessing the page I am not being asked for the certificate, so the browser doesn't use it and cannot get past the rule
14 replies