Anyone have any ideas for this? Still wanting to know the best way to handle this. Thanks.
Anyone have any ideas for this? Still wanting to know the best way to handle this. Thanks.
google-auth-library (bad request) and im trying to figure out whygoogle-auth-library are the same, envs loaded)
/accounts/{account_id}/rum stuff, and can't figure out the token permission needed for the life of me... tried 20 or so account-level permissions so far and none work.
User API Tokens and Account API Tokens permissions are hidden(ish)? Like I can add them, but only if I start with an API token generator URL like so:API Tokens: Read to their existing token. 1048576 here https://github.com/cloudflare/workerd/blob/fd378757d8e651cc566ba82975c5d68d6111cc1f/src/workerd/api/tests/websocket-client-error-test.js#L32
01:38:28.079 Uncaught TypeError: Class extends value undefined is not a constructor or null


21:47:34.451 ▲ ├ ○ /icon.ico 0 B 0 B
21:47:34.451 ▲ ├ ƒ /pricing 1.56 kB 193 kB
21:47:40.922 ⚡️ ERROR: Failed to produce a Cloudflare Pages build from the project.
21:47:40.923 ⚡️
21:47:40.923 ⚡️ The following routes were not configured to run with the Edge Runtime:
21:47:40.923 ⚡️ - /icon.ico
21:47:40.924 ⚡️
21:47:40.924 ⚡️ Please make sure that all your non-static routes export the following edge runtime route segment config:
21:47:40.924 ⚡️ export const runtime = 'edge';export abstract class CronJob {
static readonly cron: string;
abstract run(ctx: ExecutionContext, controller: ScheduledController): Promise<void>;
}
export class EntryTimeoutJob extends CronJob {
static readonly cron = "*/30 * * * *"; // Every 30 minutes
private readonly logger = new Logger(EntryTimeoutJob.name);
constructor(private readonly db: AppDBOrTransaction) {
super();
}
async run(ctx: ExecutionContext, controller: ScheduledController): Promise<void> {
this.logger.log("Starting...")
}
}$ npx wrangler r2 bucket list -J euimport { cache } from "react";
export const getSettings = cache(async (): Promise<Settings | null> => {
try {
const response = await fetch(
"https://cdn.[CENSORED]",
{
cache: "no-store" // Keep this for Next.js 15 compatibility
}
);
if (!response.ok) {
throw new Error(`Failed to fetch settings: ${response.status}`);
}
const settings: Settings = await response.json();
return settings;
} catch (err) {
console.error("Error loading settings:", err);
return null;
}
});google-auth-librarygoogle-auth-library✘ [ERROR] service core:user:meetup-worker: Uncaught Error: Dynamic require of "util" is not supported
at null.<anonymous> (index.js:12:9)
at null.<anonymous> (index.js:192227:18) in
../../node_modules/.pnpm/combined-stream@1.0.8/node_modules/combined-stream/lib/combined_stream.js
at null.<anonymous> (index.js:191586:51) in __require2
at null.<anonymous> (index.js:202015:26) in
../../node_modules/.pnpm/form-data@4.0.4/node_modules/form-data/lib/form_data.js
at null.<anonymous> (index.js:191586:51) in __require2
at null.<anonymous> (index.js:202335:33) in
../../node_modules/.pnpm/axios@1.10.0/node_modules/axios/lib/platform/node/classes/FormData.js
at null.<anonymous> (index.js:191583:57) in __init
at null.<anonymous> (index.js:202463:5) in
../../node_modules/.pnpm/axios@1.10.0/node_modules/axios/lib/helpers/toFormData.js
at null.<anonymous> (index.js:191583:57) in __init
at null.<anonymous> (index.js:202495:5) in
../../node_modules/.pnpm/axios@1.10.0/node_modules/axios/lib/helpers/AxiosURLSearchParams.js