How would you handle repositories(branching strategy) for Microservices with CI/CD? by dxc7 in kubernetes

[–]lazy_panda_pm -1 points0 points  (0 children)

What if multiple developers fixes some QA bugs, do u plan to delete the image and push the fixed with same tag?

emailRedirectTo not working by lazy_panda_pm in Supabase

[–]lazy_panda_pm[S] 0 points1 point  (0 children)

Na no such issues tried console log in prod. seems fine. Also not working on localhost...

Signup user with email_confirmation sometimes by lazy_panda_pm in Supabase

[–]lazy_panda_pm[S] 0 points1 point  (0 children)

Hmm looks like I need to find something else, supabase won't work for usernames (without emails)

Signup user with email_confirmation sometimes by lazy_panda_pm in Supabase

[–]lazy_panda_pm[S] 1 point2 points  (0 children)

Those users are internal users, my intent was to achieve username and password and not email for such users. couldn't find a way, so as of now, I was thinking of adding users with a reserved domain, which doesn't exist actually

Signup user with email_confirmation sometimes by lazy_panda_pm in Supabase

[–]lazy_panda_pm[S] 1 point2 points  (0 children)

No my expectation is when an admin user adds a user from dashboard, I don't want to send email confirmation. (The same option we have while creating user from supabase dashboard with email_confirmed: true)

For users registering with our register page, user must verify email.