You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: catch missing DB tables error with clear message in anonymous auth
Detect Postgres error code 42P01 (undefined_table) in
ensureAnonymousUserExists() and throw an actionable error message
instead of a generic internal server error. This helps developers
quickly identify that database migrations need to be run.
0 commit comments