You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm doing the Egghead tutorial. This lesson add hook function to add stripe_customer to Profile.
When I remove row level security in Profile table, stripe_customer updates. But with it on, it doesn't. I added the 'read' row level security from prior lesson. Has something changed?
The text was updated successfully, but these errors were encountered:
stoplion
changed the title
Updating stripe_customer not working with hook.
Egghead Tutorial: Updating stripe_customer not working with hook.
May 14, 2022
Hi, I'm doing the Egghead tutorial. This lesson add hook function to add
stripe_customer
to Profile.When I remove row level security in Profile table,
stripe_customer
updates. But with it on, it doesn't. I added the 'read' row level security from prior lesson. Has something changed?With row level security on
status is
When I turn off security it's
status 200
.The text was updated successfully, but these errors were encountered: