Rasyid Ridho

Results 6 comments of Rasyid Ridho

up, i really need this feature 🚀

I'm using a layered proxy server, I don't know where the actual case is, but I'm trying to change this line https://github.com/makeplane/plane/blob/d859ab9c39b3f4510a1def8e80aff1cd8e8def51/apiserver/plane/authentication/provider/oauth/google.py#L46 to ```redirect_uri = f"""https://{request.get_host()}/auth/google/callback/"""``` after changing the code,...

I've created a reproduction repo for this type inference issue. On the server side, type inference works correctly for Supabase queries, but when using `FetchResult` on the client, it returns...