Hi @amurigate,
We tried to replicate the issue on your site, but we were unable to reproduce it. For your reference, please check this screen recording:
https://jam.dev/c/250e3f69-ecc7-411e-8736-448050a393c5
There are two possible reasons for this issue:
- The title was entered, but the Add button was not clicked while creating the section.
- Your site may be affected by caching, so the real-time data is not showing correctly.
If you clicked the Add button before saving the page as a draft, we recommend clearing all cache on your site. Please also make sure that admin users and REST APIs are excluded from caching.
Alternatively, you can try temporarily disabling the cache and check again.
Best regards,
Problem solved: Thanks, yes, it was the caching.
P.S. Is there a way to add Wistia video. I tested trying to add a Wistia link on one of the sections in the space where it says video, but nothing rendered. But where I added YouTube like, it does.
Also, when I try to preview a page draft mode I get a 404 error. Seems like the only way I can see changes reflected sometimes is to publish the page first.
Hello @amurigate,
Thank you for confirming that the caching was the cause—glad it’s working now!
Regarding Wistia videos: Masteriyo’s video field currently supports YouTube and Vimeo embeds out of the box. Wistia videos are not natively supported, which is why the video did not render. If you want to use Wistia, you can try adding the Wistia embed code (iframe) in a custom HTML block inside the lesson content.
About the 404 error when previewing draft pages: This usually happens because the page URL structure requires a published page for React-based components (like Learn pages) to load properly. Unfortunately, some dynamic content (like lessons or courses) cannot be fully previewed in draft mode and needs to be published first to display correctly.
Best Regards!