remotion-dev / remotion

🎥 Make videos programmatically with React

Home Page:https://remotion.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lambda webhooks should support redirects

JonnyBurger opened this issue · comments

From message posted on Discord by 1voy

I keep getting this error in lambda when it's trying to send a webhook:
Error: Sent a webhook to https://mysite.com/api/lambda/webhook but got a status code of 308 with message 'Permanent Redirect'

any idea why? it's a next.js project deployed with vercel if it matters