I am getting the following errors and have spent hours trying to debug this:
15:53:37.756Z
📜 External Script 3: https://kzmn7e61vzcslfyf194d.lite.vusercontent.net/_next/static/chunks/main-app-97ac7c8bd24b9a5d.js?dpl=dpl_ApqnznwgXFTgBSHkPzXQCVKg8H8B
15:53:37.756Z
📜 External Script 4: https://kzmn7e61vzcslfyf194d.lite.vusercontent.net/assets/tailwind.js?v=6
15:53:37.757Z
📜 External Script 6: https://kzmn7e61vzcslfyf194d.lite.vusercontent.net/_next/static/chunks/polyfills-42372ed130431b0a.js?dpl=dpl_ApqnznwgXFTgBSHkPzXQCVKg8H8B
15:53:37.757Z
📜 External Script 7: https://kzmn7e61vzcslfyf194d.lite.vusercontent.net/assets/lite-runtime.js?v=3
15:53:37.757Z
📜 External Script 9: https://kzmn7e61vzcslfyf194d.lite.vusercontent.net/_next/static/chunks/webpack-1cc7c8636328dc96.js?dpl=dpl_ApqnznwgXFTgBSHkPzXQCVKg8H8B
15:53:37.758Z
🚨 INLINE SCRIPT WITH TSS FOUND: self.__next_f.push([1,""use client"
import { useState, useEffect, useMemo, useCallback } from "react" import { useRouter, useSearchParams } from "next/navigation" import { motion } from "f
15:53:37.758Z
🚨 INLINE SCRIPT WITH TSS FOUND: self.__next_f.push([1,"// TSS Detection and Blocking System export class TSSDetector { private originalConsole: any = {} private tssLogs: Array\u003c{ timestamp: Date; message: string; stack?:
15:53:37.759Z
🚨 INLINE SCRIPT WITH TSS FOUND: self.__next_f.push([1,"import type React from "react" import type { Metadata } from "next" import { Inter } from "next/font/google" import "./globals.css" import { OfflineIndicator } from
15:53:37.759Z
🚨 TSS DETECTED: LOG - 🔍 TSS Detector initialized. Use window.tssDetector.getDetectionReport() to see results.
15:53:37.760Z
📍 STACK TRACE: Error at console.log (blob:https://kzmn7e61vzcslfyf194d.lite.vusercontent.net/524afbc6-43aa-4a38-8150-0b4cac8567f5:26:52) at initTSSDetector (blob:https://kzmn7e61vzcslfyf194d.lite.vusercontent.net/524afbc6-43aa-4a38-8150-0b4cac8567f5:157:17) at blob:https://kzmn7e61vzcslfyf194d.lite.vusercontent.net/080027d0-e13e-4e53-8699-d55df0af94e9:31:9
This is making development almost impossible. Can someone please inform me of what this is, why it is present, and whether it can be removed?