Skip to content

Commit

Permalink
Update GoTrue Image to avoid signup link generation bug
Browse files Browse the repository at this point in the history
GoTrue version 2.145.0 has a bug where generating a signup link will fail with "user_not_found", which was fixed in 2.146.0 (supabase/auth#1514). Since 2.145.0 is locked in the CLI, we can't get the bug fix out.

This PR updates the image to 2.149.0 which is the most recent version as of 2024-04-22 so the signup link generation works again.
  • Loading branch information
dagingaa authored Apr 22, 2024
1 parent ea27514 commit eb0fedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const (
VectorImage = "timberio/vector:0.28.1-alpine"
PgbouncerImage = "bitnami/pgbouncer:1.20.1-debian-11-r39"
PgProveImage = "supabase/pg_prove:3.36"
GotrueImage = "supabase/gotrue:v2.145.0"
GotrueImage = "supabase/gotrue:v2.149.0"
RealtimeImage = "supabase/realtime:v2.28.23"
StorageImage = "supabase/storage-api:v1.0.6"
LogflareImage = "supabase/logflare:1.4.0"
Expand Down

0 comments on commit eb0fedf

Please sign in to comment.