Copple
Copple
This is a really great set of scripts, thanks @BerndWessels !! Perhaps one more question - I have the [cloudfront distro](https://d3thonu07v4uck.cloudfront.net/) set up, but I'm getting errors when I try...
Looks like it may have resolved itself. Perhaps just a propagation issue - feel free to close this one off
Sure thing @kvz - I'll detail down implementation if I end up using Uppy (I hit a few roadblocks with companion)
I didn't end up using it @oyeanuj, so no example on my side (i found it too much effort to set up the transloadit server)
> Probably you struggled running Companion in production Yes you're right! Sorry it was a while back. Yes, most of the implementation could be pulled from the React example, there...
Does this work? I don't think GoTrue supports metadata on signUp: https://github.com/supabase/gotrue#post-signup > what needs to happen to see this PR reviewed? If we can add some tests that show...
Hey @miketromba - there is a newly (undocumented) function for this: https://github.com/supabase/gotrue-js/blob/d7b334a4283027c65814aa81715ffead262f0bfa/src/GoTrueApi.ts#L468 ```js const { data, error } = await supabase.auth.api.listUsers() ``` I'll keep this open because we definitely need...
looks like the failing tests are from gotrue - not your changes. Let me investigate
Hey @10000multiplier - transfering this one to the gotrue-js library. I think you're right, we should append any query params to the `redirectTo` URL before redirecting
PR here: https://github.com/supabase/gotrue-js/pull/58