-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebhookRequest table needs a larger requestObject
column
#15528
Comments
Hi there @rickbutterfield! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
After some digging, it appears that this has been fixed in #15252 but the migration doesn't appear to have been applied to my database? This site was on one of the RCs before upgrading to 13.0.0. I have manually updated the table but assume there's nothing that can be done going from an RC to the final version? |
This was fixed in #15454 |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
13.0.3
Bug summary
When creating a webhook to POST to Cloudflare, an error is shown:
Specifics
This is happening on a Cloud site, I have not tried to replicate on a self-hosted site.
Steps to reproduce
Create a webhook with the following settings:
URL:
https://api.cloudflare.com/client/v4/pages/webhooks/deploy_hooks/f9aa0381-9823-4983-a13d-5abc33c72b83
(this is NOT a production webhook so I'm happy for it to be used for testing purposes)Events: Content Unpublished, Content Published, Content Deleted
Try and save/publish/delete a page within Umbraco.
Expected result / actual result
Expected result: the page is created/published/deleted without any errors, and the webhook is triggered.
Actual result: the above error is shown and the webhook is not triggered.
The text was updated successfully, but these errors were encountered: