Replies: 2 comments 2 replies
-
Hi @mihob! Thanks for reporting, we have just discovered that this is actually a bug in the latest release of Lambda. It looks like you use it correctly! I have pushed a bugfix in v3.2.36. Sorry for the trouble! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @JonnyBurger, thanks for your answer. I have updated the package to version 3.2.36 and redeployed the function and the site. However, unfortunately, it still does not work. Is there anything else to do? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am just testing the lambda rendering with your plain js HelloWorld demo. Everything is already set up and the rendering itself works fine. However it has no effect when I pass titleText as property, neither per cli nor per api.
CLI:
npx remotion lambda render --props='{"titleText": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit.", "titleColor":"red"}' remotion-test HelloWorld
API:
Locally everything works as expected:
npx remotion render src/index.jsx HelloWorld out/video.mp4 --props='{"titleText": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit.", "titleColor":"red"}'
Am I doing something wrong here? Or do I still need to customize the demo to make this work?
Beta Was this translation helpful? Give feedback.
All reactions