Erik Beuschau

Results 3 comments of Erik Beuschau

> I worked around the issue by changing the link in the invite user email template to > > `{{ .SiteURL }}sign-up?url={{ .ConfirmationURL }}` > > My page has a...

> DELETE is now supported, see https://github.com/supabase/pg_net/issues/63#issuecomment-1402780864. > > > > > Can be used on v0.7 as: > > > > select net.http_delete( > > url:='https://httpbin.org/delete' > > ,...

> Maybe try with: > > ```sql > ALTER EXTENSION pg_net UPDATE 0.7 > ``` > > If that doesn't work, then you'd need to do a pause/restore. I just...