ambergristle
ambergristle
HHono
Created by nemo on 3/25/2025 in #help
Hono Supabase OAuth Error
seems like we're narrowing in on the issue though. sign-in isn't working as expected
65 replies
HHono
Created by nemo on 3/25/2025 in #help
Hono Supabase OAuth Error
interesting. does error log anything?
65 replies
HHono
Created by nemo on 3/25/2025 in #help
Hono Supabase OAuth Error
you're saying that data here is undefined?
// /oauth/google
const { data, error } = await supabase.auth.signInWithOAuth({
provider: "google",
options: {
redirectTo: `${envs.authServiceUrl}/auth/oauth/google/callback`,
},
});
// /oauth/google
const { data, error } = await supabase.auth.signInWithOAuth({
provider: "google",
options: {
redirectTo: `${envs.authServiceUrl}/auth/oauth/google/callback`,
},
});
65 replies
HHono
Created by nemo on 3/25/2025 in #help
Hono Supabase OAuth Error
no worries! we've all been there
65 replies
HHono
Created by Sébastien Morel on 3/21/2025 in #help
Invalid state: ReadableStream is already closed
I can try and help you troubleshoot your project, but it will basically be trial and error
26 replies
HHono
Created by Sébastien Morel on 3/21/2025 in #help
Invalid state: ReadableStream is already closed
Trying to troubleshoot/debug without context or reference is really difficult, and the truth is that most bugs are in developer implementations, not the underlying libraries
26 replies
HHono
Created by Sébastien Morel on 3/21/2025 in #help
Invalid state: ReadableStream is already closed
If you’re convinced the problem is internal to Hono, you should open an Issue, but the maintainers are going to ask for an example too
26 replies
HHono
Created by Sébastien Morel on 3/21/2025 in #help
Invalid state: ReadableStream is already closed
If you can’t provide a reproducible example, idk how much help I can be
26 replies
HHono
Created by Sébastien Morel on 3/21/2025 in #help
Invalid state: ReadableStream is already closed
based on what you've shared so far, we have no way to know whether the error is in one of your dependencies, or in your code, deployment config, etc.
26 replies
HHono
Created by Sébastien Morel on 3/21/2025 in #help
Invalid state: ReadableStream is already closed
in this case, a minimal reproducible example might be something like a project with a single endpoint and the dependencies you're using, that fails with the same error in deployment
26 replies
HHono
Created by Sébastien Morel on 3/21/2025 in #help
Invalid state: ReadableStream is already closed
"reproduce" doesn't only mean to trigger the error intentionally
26 replies
HHono
Created by Sébastien Morel on 3/21/2025 in #help
Invalid state: ReadableStream is already closed
have you tried reproducing on a minimal deployed example?
26 replies
HHono
Created by ਪਤੰਦਰ NaviTheCoderboi on 3/27/2025 in #help
Form data error
try logging the request headers. it might get added automatically when you use FormData
13 replies
HHono
Created by ਪਤੰਦਰ NaviTheCoderboi on 3/27/2025 in #help
Form data error
Have you tried using c.formData, just for science
13 replies
HHono
Created by ਪਤੰਦਰ NaviTheCoderboi on 3/27/2025 in #help
Form data error
Checks out. I assume you’re not reading the body in middleware
13 replies
HHono
Created by ਪਤੰਦਰ NaviTheCoderboi on 3/27/2025 in #help
Form data error
How are you reading the form data (server-side)?
13 replies
HHono
Created by RaikuGG on 3/25/2025 in #help
Hono + Nextjs with Cloudflare D1 Cookies problem!
what kind of app are you building? spa? ssr? ssg?
48 replies
HHono
Created by RaikuGG on 3/25/2025 in #help
Hono + Nextjs with Cloudflare D1 Cookies problem!
tbh, i don't really understand using a metaframework with an additional backend. the value of a metaframework generally comes from the integration of the front + backend in a single system
48 replies
HHono
Created by RaikuGG on 3/25/2025 in #help
Hono + Nextjs with Cloudflare D1 Cookies problem!
48 replies
HHono
Created by ਪਤੰਦਰ NaviTheCoderboi on 3/27/2025 in #help
Form data error
also, how are you reading the form data?
13 replies