Jonathan Gamble
Jonathan Gamble
Is this REPO still maintained? This is is a huge problem that makes this package unusable! J
This is a huge problem and a pain. I don't want to contact the Supabase server to see if a user is logged in. This will slow down my app!...
https://github.com/supabase/auth-js/blob/92fefbd49f25e20793ca74d5b83142a1bb805a18/src/GoTrueClient.ts#L936 - Here is the culprit. I just created a new issue and linked it. @Pluriscient - I'm not sure why you're doing that, but it doesn't work. You're just...
Looks like that [fix doesn't work](https://github.com/supabase/auth-helpers/issues/466#issuecomment-1727759352)
For my purposes this hack solves it. However, I am only using `session` to detect if there is a session, not get session data. ```ts event.locals.getSession = async () =>...
So I temporarily fixed it by removing the version in `supabase/.temp/gotrue-version`, however, it still wants to link to a non-existent version: ``` You are running outdated service versions locally: supabase/gotrue:v2.132.3...
@sweatybridge - I'm still getting the error: ``` failed to pull docker image: Error response from daemon: manifest for public.ecr.aws/supabase/gotrue:2.139.2-rc.7 not found: manifest unknown: Requested image not found ``` When...
Yes, I'm using `1.142.2`.
No because then it will ask me to relink. That is not the version installed on the cloud. Also, that is `supabase cli` you're talking about, not `gotrue`. If I...
Yes, I can upgrade my project, but that doesn't fix the underlying problem.