You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I need to separate the appzi src script tag and the settings script in separate script tags as per the docs:
It may be retrieving the request before applying the changes?
<html>
<head>
<script>
window.appziSettings = {
portal: 'XXXX',
data: {
/// ...
},
};
</script>
<script async src="https://w.appzi.io/w.js"></script>
</head>
<body>
<h1>My Fantastic site</h1>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec
quis nulla mauris. Proin varius orci iaculis sapien congue, vitae
imperdiet elit convallis.
</body>
</html>
We're still seeing weird render issues despite #752 .
This is getting more important as we are receiving more appzi feedback.
The text was updated successfully, but these errors were encountered: