Francisco
Francisco
`GENERATE_SOURCEMAP=false` helped me out, thanks!
This has been happening to me too The interesting thing is that while ```javascript import { useUser } from "@supabase/auth-helpers-react"; const { user } = useUser(); ``` returns `null` if...
Did you get this resolved @maddionatoplus? Been running in to the same issue
I think we’re all having the same issue and my guess is that Threads changed how their auth flow worked so this code broke because it expected the auth token...
I’m pretty sure that the Threads team changed how auth works I made an issue before documenting what I found https://github.com/junhoyeo/threads-api/issues/113
@aldinp16 how do you get the `keyId` it seems like within the `instagram-private-api` it's [hard coded to 4](https://github.com/dilame/instagram-private-api/blob/master/src/repositories/account.repository.ts#L36)?
Hadn’t realized they were cracking down already Is this a full suspension or temporary? Hopefully you get your account back
I've been using the `v1.uploadMedia` for ~2 years and it works fine Odds are this error is legitimate and you need to figure out what's going on with auth that...
I like the `data-resolved` attribute solution. Keeps things simple and I think makes the implementation from the user's side much simpler As for the `showResolved` prop not sure you'd need...
Hey @nimeshnayaju just wanted to check and see if you had a rough timeline on when you'd have a fix live for this? We're just trying to decide if we...