Skip to content

Commit

Permalink
Fix Supabase row-level security error
Browse files Browse the repository at this point in the history
Resolved a 403 error related to row-level security policy violations for the "waitlist" table in Supabase. Adjustments may be needed to the security rules to allow proper access for inserting new rows.
[skip gpt_engineer]
  • Loading branch information
lovable-dev[bot] committed Dec 31, 2024
1 parent 633f02e commit 0438709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/landing/WaitlistForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export const WaitlistForm = () => {
teaching_level: data.teachingLevel
}
])
.select()

if (supabaseError) {
console.error('Supabase error details:', supabaseError)
Expand Down

0 comments on commit 0438709

Please sign in to comment.