The most popular reason why the container can't be deployed is that we are getting errors from google:
Error: Fetching container from https://www.googletagmanager.com/ failed: Received HTTP status code 404.
That can be because of:
- sGTM container is deleted
- sGTM container not published
- You use the wrong configuration code
If none of the above issues exist, please email support@stape.io or create a ticket. We will investigate the issue.
How can we help?
Search
<% if (previousArticle) { %>
<% } %>
<% if (items.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
Comments
0 comments
Please sign in to leave a comment.