builder
builder copied to clipboard
Builder webhook does not work with AWS amplify webhooks.
Describe the bug I want to use builder webhooks to trigger rebuilds of my AWS amplify application. When using the curl request to trigger the build that works, however triggering it with the builder page model webhook does not work. I am not sure if that is an issue on builder's site or AWS amplify's side though...
To Reproduce Steps to reproduce the behavior:
- Create new builder + qwik + static rendering app
- Add AWS amplify (
amplify initor AWS console UI) - Add AWS amplify hosting (via AWS console UI)
- Add a webhook in AWS amplify (Build Settings->Webhooks)
- Copy the webhook and add to Builder UI -> Models -> Page -> Add webhook (with proxy and without payload)
- Trigger the webhook by publishing new content to a page
- See error message on builder (see also below)
Error:
403 ERROR
Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
Expected behavior The publishing of a new content entry triggers a new build on AWS amplify