Skip to content

[Development] Create User Account Locally After Waitlisted #178

Closed Answered by devstein
msteinbrick asked this question in Q&A
Discussion options

You must be logged in to vote

Great question

  1. Connect to the local Supabase Postgres instance
psql 'postgresql://postgres:postgres@localhost:54322/postgres
  1. Run this SQL command to allow your email to create an account
update waitlist set can_create_account = true where email = 'YOUR_EMAIL';
  1. Refresh the page when you are on the waiting list success screen or try click the Account button in the header

I can add to the documentation. Let me know what other unforeseen issues you run into getting your environment setup

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by msteinbrick
Comment options

You must be logged in to vote
1 reply
@devstein
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants