Skip to content

Preview Changes Locally

You can view your app on localhost:3000 when it is running.

Login screen for app created using rIDE via Localhost environment.

You will need to go to your user Supabase Develop project and add a new User to the Authentication table to login for the first time.

Supabase Authenication table screen. Supabase Create a New User modal within the Authenication table screen.

UPDATE auth.users SET raw_user_meta_data = JSONB_SET( raw_user_meta_data, '{roles}', '["admin"]'::jsonb, TRUE ) WHERE email = '<Your-Email>';

CodeBuddy StarterKit app view after logging in via Localhost environment.

This is what your app should look like when you login for the first time.

Known IssueTroubleshootingStatus
Network tab invoke methods throw ERR_ABORTED 404Make sure backend API is running and listening.
netstat -ano | findstr :<portnumber>
Not Reported.
500 Error
“detail”:
“Npgsql.NpgsqlException (0x80004005): Failed to connect to…
Cannot connect to Supabase DB
SupabaseHost on AppSettings was incorrect.

Should be:
aws-0-us-east-1.pooler.supabase.com

Not:
db.zmilaxxnexriarjtafpx.supabase.com
Fixed in 2.0.19