objecthub-io / ObjectHub

ObjectHub is an open repository for software objects and a development platform.
2 stars 1 forks source link

Invalid embed error in production #315

Closed michaelbukachi closed 6 years ago

michaelbukachi commented 7 years ago

I'm getting the following error when trying to run a micro app in production screenshot from 2017-09-20 02-47-16

Here's the code I'm using. There are no duplicates.

<div data-embed='Header_Mobile'></div>
<div class="container-fluid content-mobile">
    <div data-embed='Header_Text_2' data-text='About the Firm'></div>
    <div data-embed='Back'></div>   
    <div data-embed='AboutMe'></div>
</div>
<div data-embed='Footer_Mobile'></div>