User still exists after deleting from database
1. Created a user through my Next.js app that uses Stack Auth.
2. Deleted that user manually using
3. It's not possible to re-use that email for a new signup (see screenshot)
The user does not appear anywhere in the dashboard, or when manually selecting from the database, but apparently it still exists somewhere else which prevents re-using the email address.
2. Deleted that user manually using
DELETE FROM neon_auth.users_sync WHERE TRUE;3. It's not possible to re-use that email for a new signup (see screenshot)
The user does not appear anywhere in the dashboard, or when manually selecting from the database, but apparently it still exists somewhere else which prevents re-using the email address.

