Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

receiving a random script in case of 404 error

Avatar

Level 1

Hello everyone,

I am facing a strange issue for the website(sorry, can't share the URL) - receiving a random script on pages in case of 404 error - which is not configured.

What could be the possible reason causing it? Any idea?

I am using AEM6.2 as instance..

 

Appreciate your help!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

Are you seeing the script in view source ? If so it is being added via code. 

 

If you don't see it in view source, search in the javascript files being included, the file might be getting added from a js file. you need to check all the 3rd party javascript files, one of them may be adding that if the page is 404.

 

In chrome we can search within static files by going to "Sources" tab 

 

Screen Shot 2020-08-25 at 3.46.24 PM.png

 

Hope this helps!

View solution in original post

7 Replies

Avatar

Correct answer by
Community Advisor

Hi,

 

Are you seeing the script in view source ? If so it is being added via code. 

 

If you don't see it in view source, search in the javascript files being included, the file might be getting added from a js file. you need to check all the 3rd party javascript files, one of them may be adding that if the page is 404.

 

In chrome we can search within static files by going to "Sources" tab 

 

Screen Shot 2020-08-25 at 3.46.24 PM.png

 

Hope this helps!

Avatar

Level 2

hi @Riten - Hope you have done this, please check the customization you have done on 404.jsp page. That might be one of the possible reasons. Do you see this script on 404 pages in direct publish instances ?

Avatar

Community Advisor

404 can occur at one of the 3 levels

1) CDN

2) Apache(Dispatcher)

3) AEM Publish

 

Do check , first at which level it is occurring and then it would be easy to debug. In case of AEM , you need to check for custom 404 handling.

Avatar

Community Advisor

Also check, if the script is included externally through Tag Managers(DTM, Launch, or GTM) at runtime.

Regards

Albin I

www.albinsblog.com

Avatar

Community Advisor

Hi @Riten ,

You can view a script in devtools where you can get the complete path of it. This gives clear idea on from where the script is being loaded. 

If you are still facing the issue to recognize,please share the screen shot of script

Avatar

Community Advisor

@Riten 

Can you share the error that you are getting and where exactly it comes up ?

Thanks,
Nikhil Kumar

Avatar

Community Advisor

Check your 404.jsp, basePage.jsp or basePage.html scripts, there might be code unwanted code there.