Skip to content
Discussion options

You must be logged in to vote

Thanks again for the clear reproduction, this nailed it for us. We were passing product data through an internal HTTP header that doesn't support special characters. The dash in your meta_title is what triggers it.

The reason the product appears permanently broken: once that character is stored on the product, the full record gets included in every subsequent function invocation, so it keeps failing. Removing the en dash from meta_title should restore function execution for that product.

The fix is in place. Pls, update cli and try it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sebastian-meckovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants