cancel
Showing results for 
Search instead for 
Did you mean: 

container.insertChild is not a function

SOLVED

container.insertChild is not a function

Hi there,

havin a problem in a magento 2.3.2 installation. In checkout, address foms wont show up.
Console shows: Uncaught TypeError: container.insertChild is not a function.
The Installation contains 2 Shops. I have tried to use luna theme, same error.
Any hints about this?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: container.insertChild is not a function

try to disable the 3rd party extensions witch are updating the layout for checkout. 

to check that you can run the below command :

 

find app/ -name checkout_index_index.xml

this will list out all files with the name: checkout_index_index.xml in the app folder. 

 

 

it should be an issue with an extension 

you can try disabling the extensions. 

 

Kindly Accept as a Solution if this works for you 

 

View solution in original post

1 REPLY 1

Re: container.insertChild is not a function

try to disable the 3rd party extensions witch are updating the layout for checkout. 

to check that you can run the below command :

 

find app/ -name checkout_index_index.xml

this will list out all files with the name: checkout_index_index.xml in the app folder. 

 

 

it should be an issue with an extension 

you can try disabling the extensions. 

 

Kindly Accept as a Solution if this works for you