The above is the error message that comes when the script tag doesn't load. I have around 6 script tags.
I have these Scripts tags in my code; sometimes they load and sometimes they don't. But I can see them in the code if I inspect them in the browser.
<Script src="assets/js/jquery-3.5.1.min.js" strategy="beforeInteractive" />
<Script src="assets/js/bootstrap.bundle.min.js" strategy="beforeInteractive" />
I have included them in pages/_app.js and pages/_document.js, and also in some other pages just to test out but they don't work correctly.
Only after I refresh the page then they start working correctly.
OS: Linux
on windows they load properly. only on Linux I'm having this issue.
Can someone help me out with this as I need this thing resolved Quickly?
Appriciate your help.