Skip to content
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

Content Published webhook on Multicultural site results in wrong payload or null #18291

Open
DeadMonkeyX opened this issue Feb 11, 2025 · 1 comment

Comments

@DeadMonkeyX
Copy link
Contributor

DeadMonkeyX commented Feb 11, 2025

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

15.2.0

Bug summary

When publishing content in the non-default culture the webhook payload is either the expected payload for the default culture or null

Specifics

No response

Steps to reproduce

  1. Do a clean installation of v. 15.2.0
  2. Setup a doctype with some content fields:
    Image

2.1 that has Allow vary by culture
Image

2.2 I have also set this doctype to Allow at root
Image

  1. Add another language and make sure it is not the default language (I used Spanish in my testing)

Image

  1. Setup webhook using webhook.site for testing

Image

  1. Create a new content item using the doctype from step 2 and save and publish this

5.1 Check webhook response and it looks fine
Image

  1. Add the same page but in Spanish, save and publish

6.1 Check webhook response and this is the "wrong" response
Image

Expected result / actual result

I expect to get the content publish response from the Spanish page, However, I'm getting the English one (see steps to reproduce)

I have also experienced getting a null in the webhook payload, but I cannot consistently reproduce that behavior

@NguyenThuyLan
Copy link
Contributor

Thanks @DeadMonkeyX , I was able to reproduce it on 15.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants