Quota exceeded for Javascript Tracking

I am getting the following in my console:

Code:
QuotaExceededError (DOM Exception 22): The quota has been exceeded. setItem - mtc.js:771 setTrackedContact - mtc.js:771 (anonymous function) - mtc.js:786 dispatchEvent (anonymous function) - mtc.js:3231 onreadystatechange - mtc.js:682

Happening in safari
Leads are not being tracked, not sure if it's because of this.
Code:

The page I am trying to track is https://webtemple.ca
userEmail gets replaced with the user's email

I am getting the following in my console:

QuotaExceededError (DOM Exception 22): The quota has been exceeded.
setItem - mtc.js:771
setTrackedContact - mtc.js:771
(anonymous function) - mtc.js:786
dispatchEvent
(anonymous function) - mtc.js:3231
onreadystatechange - mtc.js:682

Happening in safari
Leads are not being tracked, not sure if it’s because of this.

<script>
    (function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
        w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
        m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
    })(window,document,'script','https://go.webtemple.ca/mtc.js','mt');

    mt('send', 'pageview');
</script>

The page I am trying to track is https://webtemple.ca
userEmail gets replaced with the user’s email

@MxyzptlkFishStix Thank you for letting me know!