Results 15 comments of Simon Ha

Hi, not sure if this is still being worked on but the change also needs a test update provided here: https://github.com/docker/cli/pull/4765 (Or feel free to update the original PR I'm...

Hi! Is there a specific reason why calling `auth.getUser()` in your protected route to see if they are logged in and then kicking them out is not an option? It...

Hi! Is this still needed? I can't seem to reproduce with copy-paste from the above ![image](https://github.com/supabase/supabase/assets/45949251/08d47543-8e00-474e-967a-4fca50311242) But if it is still an issue I would love to take it!

Ok - I am unable to repro this, I am following the docs [here](https://supabase.com/docs/reference/javascript/auth-signinwithotp?queryGroups=example&example=sign-in-with-email) and [here ](https://supabase.com/docs/guides/auth/server-side/nextjs), have tried both a magiclink and OTP. afaik whether you `auth.signup/signin` with OTP...

Ok super weird - I thought I was getting the error for about an hour but now it doesn't seem to want to reproduce, afaict there isn't an issue with...

Hi! I cannot reproduce this, I sign in with github and my projects load fine, Do you see any error messages in console/network tab in devtools?

Hi! Could you provide some more information about what you mean by magiclinks 'not being picked up'? Are they not being generated properly? Do you have an example of a...

Hi! I can take a look at this, can you provide some more information as to why the error is occurring? Specifically I am looking for the Logs -> Infrastructure...

Would love to take this - I see from openapi spec a 429 can be returned from: 1. `/scrape` 2. `/crawl` 3. `/search` 4. `/crawl/status` What are the rate limits...