Live Smoke Test
Run these checks from the deployed dashboard after signing in.
Supabase browser configNot Run
Confirms the deployed dashboard has the public Supabase URL and anon key.
Current browser sessionNot Run
Confirms this browser is signed in with Supabase Auth.
User profile lookupNot Run
Confirms the signed-in auth user has the user_profiles row required by template and mobile sync.
list-exercises Edge FunctionNot Run
Confirms the exercise library function responds from the browser.
list-workout-templates Edge FunctionNot Run
Confirms the template editor function responds from the browser.
Manual Checklist
- Open Exercise Library, sign in, and confirm the library loads.
- Use Refresh on Template Editor and confirm exercise options and templates load.
- Confirm the smoke test returns at least 74 exercises and one usable template with exercises.
- Save one template only when you are ready to mutate data, then confirm the success message is clear.
- Open the mobile app, sign in with the same Supabase user, download assigned templates, and complete one test sync.
- If any step fails, copy the dashboard error and check the named Supabase Edge Function logs first.