ForkMeDaddy
ForkMeDaddy
Explore posts from servers
HHono
Created by ForkMeDaddy on 9/12/2024 in #help
Client Response
neat
7 replies
HHono
Created by ForkMeDaddy on 9/12/2024 in #help
Client Response
No description
7 replies
HHono
Created by ForkMeDaddy on 9/12/2024 in #help
Client Response
export const client = hc<AppType>(getBaseUrl(), {
async fetch(input, requestInit, _, __) {
return $fetch(input instanceof URL ? input.toString() : input, {
...requestInit,
...(typeof window === "undefined"
? (await import("next/headers")).headers()
: {}),
});
},
});
export const client = hc<AppType>(getBaseUrl(), {
async fetch(input, requestInit, _, __) {
return $fetch(input instanceof URL ? input.toString() : input, {
...requestInit,
...(typeof window === "undefined"
? (await import("next/headers")).headers()
: {}),
});
},
});
7 replies
HHono
Created by ForkMeDaddy on 9/12/2024 in #help
Client Response
I am using ofetch as my fetch fn. could this be related?
7 replies
DTDrizzle Team
Created by ForkMeDaddy on 4/24/2024 in #help
Query "with" not populated
No description
13 replies
DTDrizzle Team
Created by ForkMeDaddy on 4/24/2024 in #help
Query "with" not populated
bump pls
13 replies
DTDrizzle Team
Created by ForkMeDaddy on 4/24/2024 in #help
Query "with" not populated
all tables are currently empty and don't have data
13 replies
DTDrizzle Team
Created by ForkMeDaddy on 4/24/2024 in #help
Query "with" not populated
No description
13 replies
TtRPC
Created by acronie on 9/20/2023 in #❓-help
Showing pending inside the request?
Having the same problem
18 replies