dijonmusters / build-a-saas-with-next-js-supabase-and-stripe

292 stars 67 forks source link

Function hook not working: Unable to proceed because of [object Object] in params field #1

Closed RoskiDeluge closed 2 years ago

RoskiDeluge commented 2 years ago

Hello,

Great tutorial so far. Just wanted to give a heads up on an error that is a blocker for this point in the tutorial. On the Supabase backend when I try to add API_ROUTE_SECRET to the Http params field, the value field pre-populates with [object Object] and I'm not able to either override it or save the param to make the function hook work.

Here's a screen grab: object_error

laercioxlaercio commented 2 years ago

Try to add a new one and delete the first one.

image

RoskiDeluge commented 2 years ago

Thanks @laercio-co it worked!