# Infinite Loading

On some occasions we observed the following error popping up in the browsers developer console. At the same time you can observe in the browsers developer tools network tab that the JENTIS JS file is loaded infinite times.

{% hint style="danger" %}
Uncaught RangeError

Maximum call stack size exceeded
{% endhint %}

<figure><img src="https://2315305008-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy15ncufYr341K5U8q6Of%2Fuploads%2Fgit-blob-28e36b0d73f8450f12b4e6504dac7d5ef526c2a7%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

**Root cause**: the JENTIS basic tracking code snippet is loaded on a page multiple times.

**Solution**: Make sure to load the JENTIS tracking code snippet once on a page. Adding the same code twice to a page will result in JENTIS loading the according JS file in an infinite loop.

Details: [Add JENTIS to your website](https://docs.jentis.com/data-capture/web-tracking-setup/install-the-jentis-web-tag)
