What’s the correct data structure for ImmersiveReader.launchAsync() in Bubble.io?
Getting ‘Content must not be null’ error despite having content in the data object."
I have tried both:
{ content: “text” }
and
{ chunks: [{ content: “text”, lang: “en” }] }
Please try to help me with this.