mds555
12/19/2023, 1:20 AMarlettebrook
12/19/2023, 6:45 AMaflina_ina
12/19/2023, 10:32 AMelasticventures
12/20/2023, 12:43 AMoncetalk.
12/20/2023, 11:21 AMbebraw
12/20/2023, 2:31 PMassassins_king
12/21/2023, 12:40 AMsavonsoftware
12/21/2023, 10:38 AMelodere
12/21/2023, 3:45 PMjjjrmy
12/22/2023, 12:18 AMxy241
12/22/2023, 10:40 AMnouts4883
12/22/2023, 1:07 PMYour Cloudflare account has been blocked.
I haven't received any warning emails. Could someone explain why and unblock my account ? 🙏
(Feel free to PM me)andrew_77218
12/22/2023, 5:11 PMChaika
12/22/2023, 6:54 PMfoo1.domanium.com
doesn't exist for mesten
12/23/2023, 12:52 PMrazonyang
12/23/2023, 5:05 PMqubifer
12/24/2023, 1:31 AM/awtu/* /awtu/404.html 404
eldoxx27
12/24/2023, 2:11 PMsavonsoftware
12/25/2023, 11:21 PM<form method="POST" action="https://buttondown.email/api/emails/">
In production the action
is being stripped like so:
<form method="POST">
I have tested my static site locally and it maintains the action but in Cloudflare Page it strips it. Is there a configuration setting in Cloudflare that is stripping this form action?new_intern
12/26/2023, 5:35 PMHabbaJabba
12/27/2023, 9:29 AMnpm ERR! code EUNSUPPORTEDPROTOCOL
. Which makes a lot of sense. as I specified in the root package.json
as pnpm
to be my packageManager
.
Even though I set my build command correctly. Cloudflare Pages still always runs Installing project dependencies: npm install --progress=false
, before my actual build command. So it fails, as I restricted it to only allow pnpm
.
Why does Cloudflare pages assumes npm
by default? Doesn't seem a way to disable it...
I am on Build System Version: 2avnav531
12/28/2023, 2:02 AMChallenge Success ${token}
);
},
theme: 'dark',
appearance: 'interaction-only'
};`
right now im using:
import { CLDFLR_SITEKEY_TO_USE } from '../routes/DevOrProd.ts'
which is definitely not recommended.
can anyone share how i would load the environment variables i save on the cloudflare website.
(also would be great if it were possible to have something similar to a wrangler.toml for the static app to hold the vars)jman
12/28/2023, 3:17 PMfunctions
directory, so I can locate my non-route logic adjacent to my routes?
Other frameworks often use an underscore prefix for instance
If not, is there a way to specify multiple directories for wrangler to watch during wrangler pages dev
? Putting my server code in ./server
doesn't trigger auto-refreshes...achllys
12/28/2023, 8:17 PMmitya2364
12/29/2023, 2:40 PMhonorme
12/29/2023, 5:24 PMAutarch
12/29/2023, 7:13 PM20:11:57.829 :sparkles: Success! Uploaded 61 files (9 already uploaded) (1.89 sec)
20:11:57.829
20:11:58.079 :sparkles: Upload complete!
20:11:59.246 Skipping build output cache as it's not supported for your project
20:11:59.247 Uploading to dependency cache
20:12:01.746 Success: Dependencies uploaded to build cache.
20:12:03.339 Success: Assets published!
20:12:07.124 Error: Failed to publish your Function. Got error: Your Functions script is over the 1 MiB size limit (workers.api.error.script_too_large)
using default https://github.com/Atinux/content-wind projectrawwerks
12/30/2023, 6:56 PMthexdegen
12/31/2023, 3:38 AMPyke
12/31/2023, 4:54 AM