-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Javascript error while connecting GTM #2
Comments
Hi @yaroslavbr , GTM bundle provides integration with several components such as |
@Grygir thank you very much, I will check |
For anyone else who comes across this issue, the solution is to create: layout:
actions:
# We are not using these three homepage widgets but the GTM bundle adds tracking blocks
# This causes an embeddedListComponent error on the homepage.
# See: https://github.com/oroinc/google-tag-manager/issues/2
# Remove the unnecessary GTM blocks
- '@remove':
id: featured_products_list_gtm
- '@remove':
id: new_arrivals_list_gtm
- '@remove':
id: top_selling_list_gtm If like us, you found yourself in the unfortunate situation of needing to fix this the day before a launch, for the Fortunately this site is hosted on OroCloud and supports patching, so we modified the |
Summary
Getting this error in the console:
app.js?version=fda41c1c:180 jQuery.Deferred exception: Sibling component
embeddedListComponent
is required. Error: Sibling componentembeddedListComponent
is required.Steps to reproduce
Actual Result
Actual: Error on the home page.
Error: Rendering timeout for view of element: "//div[@id="container"]"
Expected Result
No errors.
Details about your environment
oro/commerce | 4.1.11 | OSL-3.0
oro/commerce-crm | 4.1.7 | OSL-3.0
oro/crm | 4.1.11 | OSL-3.0
oro/google-tag-manager-bundle | 4.1.7
I realize this issue may be related to the customization on the site. Maybe you can suggest something?
The text was updated successfully, but these errors were encountered: