Yatsuki
Yatsuki
Explore posts from servers
CDCloudflare Developers
Created by jjjrmy on 1/2/2024 in #pages-help
Worker exceeded resource limits
well idk how workers caching works but id try to implement my own cache logic
22 replies
CDCloudflare Developers
Created by jjjrmy on 1/2/2024 in #pages-help
Worker exceeded resource limits
use the new pricing model
22 replies
CDCloudflare Developers
Created by hepperle_wp on 8/23/2023 in #general-help
How to use CloudFlare as DNS provider with existing site without moving email
MX Records ?
5 replies
CDCloudflare Developers
Created by Vector on 8/8/2023 in #pages-help
What popular Javascript Frameworks do not use function requests when CSR is enabled?
yes it's like using normal browser javascript
10 replies
CDCloudflare Developers
Created by Aiden on 8/6/2023 in #general-help
Weird behavior with a .xxx TLD.
😭
9 replies
CDCloudflare Developers
Created by Tanjirokamado on 8/3/2023 in #workers-help
Nextjs auth help
const authOptions: NextAuthConfig = {
providers: [
Google({
clientId: process.env.GOOGLE_CLIENT_ID,
clientSecret: process.env.GOOGLE_CLIENT_SECRET,
}) as Provider,
],
secret: process.env.GOOGLE_CLIENT_SECRET,
pages: {
signIn: "/signin",
},
};

const handler = NextAuth(authOptions);
export const GET = handler.handlers.GET;
export const POST = handler.handlers.POST;

export const runtime = "edge";
const authOptions: NextAuthConfig = {
providers: [
Google({
clientId: process.env.GOOGLE_CLIENT_ID,
clientSecret: process.env.GOOGLE_CLIENT_SECRET,
}) as Provider,
],
secret: process.env.GOOGLE_CLIENT_SECRET,
pages: {
signIn: "/signin",
},
};

const handler = NextAuth(authOptions);
export const GET = handler.handlers.GET;
export const POST = handler.handlers.POST;

export const runtime = "edge";
6 replies
CDCloudflare Developers
Created by Tanjirokamado on 8/3/2023 in #workers-help
Nextjs auth help
npm i next-auth@experimental
6 replies
CDCloudflare Developers
Created by Tanjirokamado on 8/3/2023 in #workers-help
Nextjs auth help
but it's very buggy
6 replies
CDCloudflare Developers
Created by Tanjirokamado on 8/3/2023 in #workers-help
Nextjs auth help
u can still the experimental branch of nextauth
6 replies
CDCloudflare Developers
Created by Tanjirokamado on 8/3/2023 in #workers-help
Nextjs auth help
the next nextauth will
6 replies
DTDrizzle Team
Created by Will on 8/3/2023 in #help
How do I import a type?
im not really good at ts but can't u just use the import type from "schema"
14 replies
DTDrizzle Team
Created by Will on 8/3/2023 in #help
How do I import a type?
import from your .ts schema file ?
14 replies
CDCloudflare Developers
Created by Yatsuki on 7/26/2023 in #workers-help
Using DO locally
fixed wrong var name
3 replies
CDCloudflare Developers
Created by Yatsuki on 7/26/2023 in #workers-help
Using DO locally
3 replies
CDCloudflare Developers
Created by mikel on 7/21/2023 in #pages-help
Server Side Rendering with PlanetScale and Edge runtime
why NEXT_PUBLIC ?
2 replies
CDCloudflare Developers
Created by Řambo on 7/18/2023 in #general-help
Cloudflare R2 public bucket urls with %27 not found
it's very uncommon
29 replies